@charset "UTF-8";
/*
Theme Name: Mitra
Theme URI: http://wp.afracode.com/mitra/
Author: AfraCode
Author URI: https://themeforest.net/user/afracode/
Description: ...
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mitra
Tags: blog

Mitra AfraCode Theme, (C) 2022 AfraCode.com
*/
/**
 *
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 * Animations...........Global Animations.
 *
 * GENERIC
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Helpers..............default helpers.
 * Spacing..............default spacing.
 * Typography...........Typography.
 *
 * BLOCKS
 * Blocks...............Default blocks.
 *
 * ELEMENTS
 * Elements.............Default elements.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Wrapper..............Wrapper styles.
 * Components...........Default components.
 *
 */
/*------------------------------------
    Variables
------------------------------------*/
:root {
  --baseline: 50px;
  --baseline-el: 15px;
  --font-body: "Ubuntu";
  --font-heading: "Ubuntu";
  /* Font Family */
  --global--font-primary: var(--font-heading), sans-serif;
  --global--font-secondary: var(--font-body), sans-serif;
  /* Font Size */
  --global--font-size-body: 1.25rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.5rem;
  --global--font-size-xxl: 6rem;
  --global--font-size-xxxl: 9rem;
  --heading--font-size-h6: .75rem;
  --heading--font-size-h5: 1rem;
  --heading--font-size-h4: 1.3rem;
  --heading--font-size-h3: 1.6rem;
  --heading--font-size-h2: 1.9rem;
  --heading--font-size-h1: 2.2rem;
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-body: 1.7;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;
  --heading--line-height-h1: 1.5;
  --heading--line-height-h2: 1.5;
  --heading--line-height-h3: 1.5;
  --heading--line-height-h4: 1.5;
  --heading--line-height-h5: 1.5;
  --heading--line-height-h6: 1.5;
  --heading--font-weight: 700;
  /* Colors */
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-gray: #808080;
  --global--color-dark-gray: #28303d;
  --global--color-light-gray: #d3d3d3;
  --global--color-silver: #c0c0c0;
  --global--color-primary: #5b00ff;
  --global--color-primary-hover: #4b14b2;
  --global--color-secondary: #ffd100;
  --global--color-secondary-hover: #ffbb00;
  --global--color-text: #515151;
  --global--color-heading: #000;
  --global--color-background: #fff;
  --global--color-border: #eee;
  /* Buttons */
  --button--color-text: var(--global--color-dark-gray);
  --button--color-text-hover: var(--global--color-heading);
  --button--color-text-active: var(--global--color-heading);
  --button--color-background: var(--global--color-heading);
  --button--color-background-active: var(--global--color-background);
  --button--font-family: var(--global--font-primary);
  --button--font-size: var(--global--font-size-base);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--border-width: 3px;
  --button--border-radius: 0;
  --button--padding-vertical: 15px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));
  /* Pagination */
  --pagination--color-text: var(--global--color-text);
  --pagination--color-link-hover: var(--global--color-text);
  --pagination--font-size: var(--global--font-size-lg);
  --pagination--font-weight: normal;
  --pagination--font-weight-strong: 600;
  --full-screen-slider-space: 30px;
  --animate-duration: 1500ms;
  --animate-delay: 0.9s;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
.admin-bar .afc-header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
  .admin-bar .afc-header {
    top: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  :root {
    --baseline: 25px;
  }
}
@media only screen and (max-width: 992px) {
  :root {
    --baseline: 15px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 6rem;
    --global--font-size-xxxl: 9rem;
    --heading--font-size-h6: .75rem;
    --heading--font-size-h5: 1rem;
    --heading--font-size-h4: 1.3rem;
    --heading--font-size-h3: 1.6rem;
    --heading--font-size-h2: 1.9rem;
    --heading--font-size-h1: 2.2rem;
  }
}
/*------------------------------------
    Typography
------------------------------------*/
/*------------------------------------
    Color Scheme
------------------------------------*/
/*------------------------------------
    Shadow
------------------------------------*/
/*------------------------------------
    Spacing
------------------------------------*/
/*------------------------------------
    Specials
------------------------------------*/
/*------------------------------------
    Box
------------------------------------*/
:root {
  --afc-sm: 100px;
  --afc-md: 25%;
  --afc-animate-duration: 1s;
  --afc-animate-delay: 1s;
}

.afc-animate-widget {
  animation-duration: 1s;
  animation-duration: var(--afc-animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUpSm {
  animation-name: fadeInUpSm;
}

.fadeInLeftSm {
  animation-name: fadeInLeftSm;
}

.fadeInLeftMd {
  animation-name: fadeInLeftSm;
}

.fadeInRightSm {
  animation-name: fadeInRightSm;
}

.fadeInRightMd {
  animation-name: fadeInRightMd;
}

.fadeInDownSm {
  animation-name: fadeInDownSm;
}

.fadeInDownMd {
  animation-name: fadeInDownMd;
}

@-webkit-keyframes fadeInUpSm {
  from {
    opacity: 0;
    transform: translate3d(0, var(--afc-sm), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeftSm {
  from {
    opacity: 0;
    transform: translate3d(calc(-1 * var(--afc-sm)), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightSm {
  from {
    opacity: 0;
    transform: translate3d(var(--afc-sm), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-1 * var(--afc-sm)), 0);
    transform: translate3d(0, calc(-1 * var(--afc-sm)), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes preloader-1 {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
@keyframes preloader-2 {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
@keyframes preloader-3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preloader-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-6 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0.3;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}
p {
  color: var(--global--color-text);
  font-size: inherit;
  line-height: inherit;
}

a {
  color: var(--global--color-text);
  background-color: inherit;
}

a:hover {
  color: var(--global--color-primary);
  background-color: inherit;
}

button {
  color: inherit;
  background-color: inherit;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus {
  outline: 0;
  text-decoration: none;
}

:active,
:focus {
  outline: none !important;
}

a img {
  border: none;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: inherit;
}

strong {
  font-weight: bold;
}

a,
button,
input[type=submit] {
  color: inherit;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  text-decoration: inherit !important;
}
a:hover,
button:hover,
input[type=submit]:hover {
  color: var(--global--color-primary);
}

table {
  border-color: var(--global--color-border) !important;
}

iframe {
  width: 100%;
  display: block;
  border: none !important;
  max-width: 100% !important;
}

svg path {
  fill: inherit !important;
}

dl, ol, ul {
  padding: inherit;
  margin: inherit;
}

/*------------------------------------
    Helper Classes
------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading);
}

dl, ol, ul {
  padding-left: 15px;
}

video {
  display: block !important;
  max-width: 100% !important;
}

/*------------------------------------
    Helper Classes: Grid
------------------------------------*/
.afc-row-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.afc-row-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.afc-row-ss {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -12px;
}
.afc-row-ss > * {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.afc-row-xs {
  margin-left: -9px !important;
  margin-right: -9px !important;
  margin-bottom: -18px !important;
}
.afc-row-xs > * {
  padding-left: 9px !important;
  padding-right: 9px !important;
  margin-bottom: 18px !important;
}

.afc-row-sm {
  margin-left: -12px !important;
  margin-right: -12px !important;
  margin-bottom: -24px !important;
}
.afc-row-sm > * {
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-bottom: 24px !important;
}

.afc-row-md {
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: -30px !important;
}
.afc-row-md > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 30px !important;
}

.afc-row-lg {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -40px !important;
}
.afc-row-lg > * {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-bottom: 40px !important;
}

.afc-row-xl {
  margin-left: -25px !important;
  margin-right: -25px !important;
  margin-bottom: -50px !important;
}
.afc-row-xl > * {
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-bottom: 50px !important;
}

.afc-row-2x {
  margin-left: -30px !important;
  margin-right: -30px !important;
  margin-bottom: -60px !important;
}

.afc-row-2x > * {
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 60px !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .afc-row-xl {
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-bottom: -50px !important;
  }
  .afc-row-xl > * {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .afc-row-xl {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: -30px !important;
  }
  .afc-row-xl > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .afc-row-md,
.afc-row-lg {
    margin-left: -9px !important;
    margin-right: -9px !important;
    margin-bottom: -18px !important;
  }
  .afc-row-md > *,
.afc-row-lg > * {
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 18px !important;
  }

  .afc-row-xl {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: -30px !important;
  }
  .afc-row-xl > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
  }
}
/*------------------------------------
    Hack Elementor Container
------------------------------------*/
@media (max-width: 768px) {
  .container,
.elementor-container.elementor-column-gap-default {
    max-width: 96% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container,
.elementor-container.elementor-column-gap-default {
    max-width: 690px !important;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .container,
.elementor-container.elementor-column-gap-default {
    max-width: 860px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .container,
.elementor-container.elementor-column-gap-default {
    max-width: 1068px !important;
  }
}
@media (min-width: 1200px) {
  .container,
.elementor-container.elementor-column-gap-default {
    max-width: 1140px !important;
  }
}
/*------------------------------------
    Helper Classes: Spacing
------------------------------------*/
.pt-space,
.afc-pt-space {
  padding-top: var(--baseline);
}

.pb-space,
.afc-pb-space {
  padding-bottom: var(--baseline);
}

.mt-space,
.afc-mt-space {
  margin-top: var(--baseline);
}

.mb-space,
.afc-mb-space {
  margin-bottom: var(--baseline);
}

.div-center {
  float: inherit;
  margin: auto;
}

.min-height-100vh {
  min-height: 100vh;
}

/*------------------------------------
    Helper Classes: Colors
------------------------------------*/
.bg-primary {
  background-color: var(--global--color-primary);
}

.bg-primary-hover {
  background-color: var(--global--color-primary-hover);
}

.bg-secondary {
  background-color: var(--global--color-secondary);
}

.bg-secondary-hover {
  background-color: var(--global--color-primary-hover);
}

/*------------------------------------
    Helper Classes: Other
------------------------------------*/
.bypostauthor {
  opacity: 1;
}

.wp-block-media-text {
  margin-bottom: var(--baseline-el);
}

@media (min-width: 768px) {
  .afc-no-padding {
    padding: 0 !important;
  }
}
.afc-sticky-top {
  z-index: 3;
}

@media (min-width: 992px) {
  .afc-sticky-top {
    top: 0 !important;
    position: sticky !important;
  }
}
/*------------------------------------
    Helper Classes: Typography
------------------------------------*/
/*------------------------------------
    Helper Classes: Colors
------------------------------------*/
.text-dark {
  color: #000;
}

.text-light {
  color: #fff;
}

.text-primary {
  color: var(--global--color-primary) !important;
}

.text-secondary {
  color: var(--global--color-secondary) !important;
}

/*------------------------------------
    Helper Classes: Hovers
------------------------------------*/
.hover--zoom-in:hover img {
  transform: scale(1.06, 1.06);
}

.afc-post:hover .afc-post__cover--self.hover--zoom-in {
  transform: scale(1.06, 1.06);
}

.hover--zoom-out img {
  transform: scale(1.06, 1.06);
}
.hover--zoom-out:hover img {
  transform: scale(1, 1);
}
.hover--zoom-out--this {
  transform: scale(1.06, 1.06);
}
.hover--zoom-out--this:hover {
  transform: scale(1, 1);
}

.afc-post .afc-post__cover--self.hover--zoom-out {
  transform: scale(1.06, 1.06);
}
.afc-post:hover .afc-post__cover--self.hover--zoom-out {
  transform: scale(1.06, 1.06);
}

.hover--move-left img {
  transform: scale(1.1, 1.1) translate(15px, 0);
}
.hover--move-left:hover img {
  transform: scale(1.1, 1.1) translate(0) !important;
}

.afc-post .afc-post__cover--self.hover--move-left {
  transform: scale(1.1, 1.1) translate(15px, 0);
}
.afc-post:hover .afc-post__cover--self.hover--move-left {
  transform: scale(1.1, 1.1) translate(0) !important;
}

.hover--move-right img {
  transform: scale(1.1, 1.1) translate(-15px, 0);
}
.hover--move-right:hover img {
  transform: scale(1.1, 1.1) translate(0) !important;
}

.afc-post .afc-post__cover--self.hover--move-right {
  transform: scale(1.1, 1.1) translate(-15px, 0);
}
.afc-post:hover .afc-post__cover--self.hover--move-right {
  transform: scale(1.1, 1.1) translate(0) !important;
}

.no-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.scrollable {
  overflow-y: auto;
}

.afc-magazine-cover {
  height: 100vh;
  min-height: 600px;
}
@media (min-width: 1025px) {
  .afc-magazine-cover > * {
    top: 0 !important;
    left: 0 !important;
    width: 50% !important;
    height: 100vh !important;
    position: fixed !important;
  }
}

.afc-container--fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.max-w-576 {
  max-width: 576px;
}

.max-w-768 {
  max-width: 768px;
}

.max-w-992 {
  max-width: 992px;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-500 {
  min-height: 500px !important;
}

.min-h-400 {
  min-height: 400px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.afc-container--fluid {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 767px) and (max-width: 992px) {
  :root {
    --full-screen-slider-space: 20px;
  }
}
@media (max-width: 768px) {
  :root {
    --full-screen-slider-space: 15px;
  }
}
@media (max-width: 1679px) {
  html {
    font-size: 18px;
    line-height: 164.2857%;
  }
}
body {
  color: var(--global--color-text);
  font-family: var(--global--font-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

p {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: var(--global--font-primary);
}

/**
 * Headings
 */
h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h3 {
    font-size: 27px;
  }
}

h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  h6 {
    font-size: 16px;
  }
}

/**
 * Text Sizes
 */
.text-es {
  font-size: 12px;
}

.text-xs, .afc-post__content__metadata {
  font-size: 14px;
}

.text-sm, .afc-scroller--style-2, .afc-scroller--style-1, .afc-infobox-icon--style-1 .afc-infobox-icon__description {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

table {
  font-size: 14px;
  text-align: center;
}

.wp-block-image.alignfull {
  text-align: center !important;
}

.alignfull {
  width: calc(100vw - 18px) !important;
  max-width: calc(100vw - 18px) !important;
  margin-right: calc(-50vw + 50% + 8px) !important;
  margin-left: calc(-50vw + 50% + 8px) !important;
}

.alignwide {
  width: auto !important;
  max-width: 100vw !important;
  margin-right: calc(-25vw + 25%) !important;
  margin-left: calc(-25vw + 25%) !important;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.wp-caption {
  opacity: 1;
}

.wp-caption-text {
  opacity: 1;
  color: var(--global--color-text);
}

.wp-block-button__link {
  background-color: var(--global--color-text);
}
.wp-block-button__link:hover {
  background-color: #000;
}

.wp-block-group.has-background {
  margin-bottom: 30px;
}

.has-large-font-size {
  line-height: 1.2;
  font-size: 36px;
}

.wp-block-image figcaption {
  text-align: left;
}

.wp-block-image {
  margin: 0 0 1em;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
  display: table;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}

@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-image figure {
  margin: 0;
}

.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-self: flex-start;
  width: calc(50% - 1em);
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
  flex-grow: 1;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image, .blocks-gallery-grid.is-cropped .blocks-gallery-item, .wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item {
  align-self: inherit;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports (position: sticky) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }

  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

/*------------------------------------
  Audio Blocks
------------------------------------*/
.wp-block-audio {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-audio audio {
  width: 100%;
}

/*------------------------------------
  Blockquotes
------------------------------------*/
blockquote,
.wp-block-quote {
  color: #fff;
  padding: 40px;
  border: none;
  border-radius: 3px;
  background-color: var(--global--color-primary);
}
blockquote.has-very-dark-gray-color,
.wp-block-quote.has-very-dark-gray-color {
  background-color: transparent;
}
blockquote.has-very-dark-gray-color cite:before,
.wp-block-quote.has-very-dark-gray-color cite:before {
  background-color: #313131;
}
blockquote a,
blockquote code,
.wp-block-quote a,
.wp-block-quote code {
  color: var(--global--color-light-gray) !important;
}
blockquote cite,
blockquote footer,
.wp-block-quote cite,
.wp-block-quote footer {
  color: #fff;
  display: block;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-top: 20px;
}
blockquote cite::before,
blockquote footer::before,
.wp-block-quote cite::before,
.wp-block-quote footer::before {
  width: 30px;
  height: 1px;
  content: "";
  display: inline-block;
  margin-right: 15px;
  background-color: #fff;
}

.wp-block-quote__citation {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 40px !important;
  margin-bottom: 20px !important;
}
.wp-block-quote.is-large cite:before, .wp-block-quote.is-style-large cite:before {
  display: none;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 14px !important;
  text-align: left !important;
}

blockquote p {
  margin: 0 !important;
}

/*------------------------------------
  Buttons
------------------------------------*/
.wp-block-button {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.wp-block-button.alignwide a {
  display: block;
}
.wp-block-button .wp-block-button__link:not(.is-style-outline) {
  color: #fff !important;
}

/*------------------------------------
  Code Blocks
------------------------------------*/
.wp-block-cover {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.wp-block-cover-text {
  color: #fff !important;
}
.wp-block-cover-text a {
  color: #fff !important;
}
.wp-block-cover-text a:hover {
  color: var(--global--color-light-gray) !important;
}

.afc-content .afc-content__wrapper .afc-content__content .wp-block-cover-text a {
  color: #fff;
}

.wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-cover-image.has-background-dim {
  color: #fff;
}
.wp-block-cover-image.has-background-dim h2 {
  color: #fff;
}

/*------------------------------------
  Gallery Blocks
------------------------------------*/
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/*------------------------------------
  Images
------------------------------------*/
.wp-block-image {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

img.alignnone,
.wp-block-image.alignnone {
  display: inline;
  margin: 12px 0;
  padding: 0;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 12px auto;
}

.alignright {
  float: right;
  margin: 16px 0 16px 24px;
}

.alignleft {
  float: left;
  margin: 16px 24px 16px 0;
}

/*------------------------------------
  Tables
------------------------------------*/
table {
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid var(--global--color-border);
  border-spacing: 0;
  border-radius: 4px;
}
table.wp-block-table {
  width: 100%;
  text-align: left;
  margin: 32px 0;
  padding: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-spacing: 0;
  border-radius: 4px;
}
table p,
table form,
table ul,
table li {
  margin: 6px 0;
  padding: 0;
}
table thead,
table tfoot {
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
table.wp-block-table thead,
table.wp-block-table tfoot {
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}
table th, table.wp-block-table th {
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 920px) {
  .alignwide {
    margin: 32px auto;
    max-width: 100%;
    width: 920px;
  }
}
.wp-block-group__inner-container {
  padding: 0;
}

figure {
  position: relative;
  max-width: 100%;
}
figure figcaption {
  margin-bottom: 15px;
}

.post-password-form input[type=submit] {
  padding: 9px 20px;
}

.wp-block-latest-comments__comment-meta {
  line-height: 1.4;
}

.wp-block-button.is-style-squared,
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--global--color-text) !important;
  border-color: var(--global--color-text) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff !important;
  border-color: var(--global--color-text) !important;
  background-color: var(--global--color-text) !important;
}

.has-text-hover-background-color {
  background-color: var(--global--color-primary);
}

.blocks-gallery-grid .blocks-gallery-item:not(:last-child) {
  margin-bottom: 15px;
}

/*------------------------------------
    Columns
------------------------------------*/
.wp-block-columns {
  margin-bottom: 25px;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 25px;
  }
}
.has-drop-cap:not(:focus)::first-letter {
  float: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: inherit;
  text-transform: uppercase;
  font-style: normal;
}

.has-drop-cap {
  display: block;
  overflow: hidden;
}

.has-drop-cap:not(:focus)::first-letter {
  float: left !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: inherit !important;
  padding: 15px;
  margin: 10px 25px 0 0 !important;
  background-color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px !important;
  height: 63px !important;
  border-radius: 3px;
  font-family: sans-serif !important;
}

form.post-password-form input {
  height: 45px !important;
}

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-search__inside-wrapper input {
  height: 42.5px !important;
}

/*------------------------------------
    Element: Bullet
------------------------------------*/
.afc-bullet, .afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li:before, .afc-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  border: 1px solid var(--global--color-text) !important;
  background-color: transparent !important;
}
.afc-bullet.active, .afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li.active:before, .afc-carousel .swiper-pagination .active.swiper-pagination-bullet, .afc-bullet.swiper-pagination-bullet-active, .afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li.swiper-pagination-bullet-active:before, .afc-carousel .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet {
  border-color: var(--global--color-primary) !important;
  background-color: var(--global--color-primary) !important;
}

/*------------------------------------
    Element: Lists
------------------------------------*/
.afc-list.afc-list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.afc-list.afc-list--inline li {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.afc-list.afc-list--inline li a {
  letter-spacing: 1px;
}
.afc-list.afc-list--inline li:not(:last-child) {
  padding-right: 15px;
}
.afc-list.afc-list--inline li:not(:last-child):after {
  top: 15px;
  right: 5px;
  width: 3px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--global--color-border);
}

/*------------------------------------
    Element: Post-Meta
------------------------------------*/
/*------------------------------------
    Element: Pagination
------------------------------------*/
.afc-pagination ul {
  display: flex;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.afc-pagination ul li {
  line-height: 36px;
}
.afc-pagination ul li .page-numbers {
  display: block;
  line-height: 1;
}
.afc-pagination ul li .page-numbers, .afc-pagination ul li .page-numbers:hover {
  color: inherit;
}
.afc-pagination--style-1 {
  padding-top: 50px;
}
.afc-pagination--style-1 ul {
  height: 36px;
  text-align: center;
  justify-content: center;
}
.afc-pagination--style-1 ul li {
  height: 36px;
}
.afc-pagination--style-1 ul li .page-numbers {
  height: 36px;
  display: block;
  line-height: 39px;
}
.afc-pagination--style-1 ul li .page-numbers.prev, .afc-pagination--style-1 ul li .page-numbers.next {
  font-size: 90%;
  margin-left: 15px;
  margin-right: 15px;
}
.afc-pagination--style-1 ul li .page-numbers:not(.prev):not(.next) {
  width: 36px;
  height: 36px;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
}
.afc-pagination--style-1 ul li .page-numbers.current {
  color: #fff;
  background-color: #000;
}
.afc-pagination--style-2 {
  padding-top: 50px;
}
.afc-pagination--style-2 ul {
  text-align: center;
  justify-content: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--global--color-border);
}
.afc-pagination--style-2 ul li .page-numbers {
  height: 39px;
  line-height: 41px;
}
.afc-pagination--style-2 ul li .page-numbers.prev, .afc-pagination--style-2 ul li .page-numbers.next {
  font-size: 90%;
  margin-left: 15px;
  margin-right: 15px;
}
.afc-pagination--style-2 ul li .page-numbers:not(.prev):not(.next) {
  width: 20px;
}
/*------------------------------------
    Element: Navigation
------------------------------------*/
.afc-post-nav {
  display: flex;
  padding-top: 50px;
  padding-bottom: var(--baseline);
  margin-bottom: 50px;
  border-top: 1px solid var(--global--color-border);
  border-bottom: 1px solid var(--global--color-border);
  justify-content: space-between;
}
.afc-post-nav .afc-post-nav__link {
  width: 36%;
  font-size: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.afc-post-nav .afc-post-nav__link a {
  color: var(--global--color-heading);
  display: block;
  font-size: 18px;
  padding-top: 9px;
}
.afc-post-nav .afc-post-nav__link a:hover {
  color: var(--global--color-primary);
}
.afc-post-nav .afc-post-nav__link span {
  top: -1px;
  position: relative;
}
.afc-post-nav .afc-post-nav__link.afc-post-nav__link--prev span {
  margin-right: 6px;
}
.afc-post-nav .afc-post-nav__link.afc-post-nav__link--next {
  text-align: right;
}
.afc-post-nav .afc-post-nav__link.afc-post-nav__link--next span {
  margin-left: 6px;
}
@media (max-width: 768px) {
  .afc-post-nav .afc-post-nav__link {
    width: 50%;
  }
}

/*------------------------------------
    Element: Link Pages
------------------------------------*/
.afc-link-pages {
  margin-bottom: 50px;
}
.afc-link-pages__title {
  display: inline-block;
  margin-right: 12px;
}
.afc-link-pages .post-page-numbers {
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin: 0;
  border: 1px solid var(--global--color-border);
}
.afc-link-pages .post-page-numbers.current {
  color: #fff;
  cursor: inherit;
  background-color: var(--global--color-primary);
}

input,
select,
textarea {
  padding: inherit;
  margin: inherit;
  outline: 0;
  border: inherit;
}

label,
select,
textarea {
  font-size: 14px;
}

select,
textarea,
input[type=tel],
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=password] {
  width: 100%;
  height: 38px;
  color: var(--global--color-text);
  display: block;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  outline: 0;
  border-radius: 0;
  border: 1px solid var(--global--color-border);
  background-color: var(--global--color-background);
}

textarea,
select[multiple] {
  min-height: 180px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.afc-form .afc-form__item {
  font-size: 14px;
  position: relative;
}
.afc-form .afc-form__item label {
  top: -4px;
  left: 30px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  padding: 0 6px;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--global--color-text);
  background-color: var(--global--color-background);
}
.afc-form .afc-form__item select,
.afc-form .afc-form__item textarea,
.afc-form .afc-form__item input[type=tel],
.afc-form .afc-form__item input[type=text],
.afc-form .afc-form__item input[type=date],
.afc-form .afc-form__item input[type=email],
.afc-form .afc-form__item input[type=number],
.afc-form .afc-form__item input[type=search],
.afc-form .afc-form__item input[type=password] {
  height: 38px;
  font-size: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
.afc-form .afc-form__item select:focus,
.afc-form .afc-form__item textarea:focus,
.afc-form .afc-form__item input[type=tel]:focus,
.afc-form .afc-form__item input[type=text]:focus,
.afc-form .afc-form__item input[type=date]:focus,
.afc-form .afc-form__item input[type=email]:focus,
.afc-form .afc-form__item input[type=number]:focus,
.afc-form .afc-form__item input[type=search]:focus,
.afc-form .afc-form__item input[type=password]:focus {
  border-color: var(--global--color-heading);
}
.afc-form .afc-form__item select,
.afc-form .afc-form__item textarea {
  padding-top: 12px;
}

.afc-form.afc-form--style-1 .afc-form__item label {
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  color: var(--global--color-text);
  font-size: 14px;
  display: block;
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0 0 15px;
}
.afc-form.afc-form--style-1 .afc-form__item select,
.afc-form.afc-form--style-1 .afc-form__item textarea,
.afc-form.afc-form--style-1 .afc-form__item input[type=tel],
.afc-form.afc-form--style-1 .afc-form__item input[type=text],
.afc-form.afc-form--style-1 .afc-form__item input[type=date],
.afc-form.afc-form--style-1 .afc-form__item input[type=email],
.afc-form.afc-form--style-1 .afc-form__item input[type=number],
.afc-form.afc-form--style-1 .afc-form__item input[type=search],
.afc-form.afc-form--style-1 .afc-form__item input[type=password] {
  min-height: 42px;
  border-radius: 6px;
  border: 1px solid var(--global--color-border);
  background-color: transparent;
}
.afc-form.afc-form--style-1 .afc-form__item textarea {
  min-height: 150px;
}

.js-custom-select-box-span {
  right: 15px;
  bottom: 14px;
  width: 6px;
  position: absolute;
  border: 4px solid transparent;
  border-top: 6px solid #bbb;
}

.afc-widget .textwidget form br {
  display: none !important;
}

.afc-icon.afc-icon--style-1, .afc-infobox-icon--style-1 .afc-infobox-icon__icon {
  width: 36px;
  height: 36px;
  color: var(--global--color-text);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.afc-icon.afc-icon--style-1 i, .afc-infobox-icon--style-1 .afc-infobox-icon__icon i {
  color: #fff;
  position: relative;
}
.afc-icon.afc-icon--style-1 svg, .afc-infobox-icon--style-1 .afc-infobox-icon__icon svg {
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
  fill: var(--global--color-text) !important;
  position: absolute;
}
.afc-icon.afc-icon--style-1 span, .afc-infobox-icon--style-1 .afc-infobox-icon__icon span {
  left: 12px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  white-space: nowrap;
}
.afc-icon.afc-icon--style-1:before, .afc-infobox-icon--style-1 .afc-infobox-icon__icon:before {
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--global--color-primary);
}

.elementor-align-center .afc-icon svg, .elementor-align-center .afc-infobox-icon--style-1 .afc-infobox-icon__icon svg, .afc-infobox-icon--style-1 .elementor-align-center .afc-infobox-icon__icon svg,
.elementor-align-center .afc-icon span,
.elementor-align-center .afc-infobox-icon--style-1 .afc-infobox-icon__icon span,
.afc-infobox-icon--style-1 .elementor-align-center .afc-infobox-icon__icon span, .elementor-align-center .afc-icon:before, .elementor-align-center .afc-infobox-icon--style-1 .afc-infobox-icon__icon:before, .afc-infobox-icon--style-1 .elementor-align-center .afc-infobox-icon__icon:before {
  left: 0;
  right: 0;
  margin: auto;
}
.elementor-align-center .afc-icon span, .elementor-align-center .afc-infobox-icon--style-1 .afc-infobox-icon__icon span, .afc-infobox-icon--style-1 .elementor-align-center .afc-infobox-icon__icon span {
  top: 6px;
}

.afc-grid-row {
  display: grid;
}

.afc-grid-row {
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(360px, auto);
}
@media (min-width: 992px) {
  .afc-grid-row {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .afc-grid-row--style-1 .afc-grid-col:nth-child(7n-5) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .afc-grid-row--style-2 .afc-grid-col:nth-child(4n) {
    grid-column-end: span 2;
    grid-row-end: span 1;
  }
  .afc-grid-row--style-2 .afc-grid-col:nth-child(3n) {
    grid-column-end: span 1;
    grid-row-end: span 2;
  }
  .afc-grid-row--style-3 .afc-grid-col:nth-child(3n) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .afc-grid-row--style-4 .afc-grid-col:nth-child(4n+1) {
    grid-column-end: span 1;
    grid-row-end: span 2;
  }
  .afc-grid-row--style-4 .afc-grid-col:nth-child(8n) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .afc-grid-row--style-5 .afc-grid-col:nth-child(8n+1) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .afc-grid-row--style-6 .afc-grid-col:nth-child(8n) {
    grid-column-end: span 1;
    grid-row-end: span 2;
  }
  .afc-grid-row--style-6 .afc-grid-col:nth-child(4n+1) {
    grid-column-end: span 2;
    grid-row-end: span 1;
  }
}
@media (max-width: 768px) {
  .afc-grid-row {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .afc-grid-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/*------------------------------------
    Element: Title
------------------------------------*/
.afc-title h1,
.afc-title h2,
.afc-title h3 {
  display: block;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 0;
}
.afc-title.afc-title--line {
  line-height: 1;
  overflow: hidden;
}
.afc-title.afc-title--line h1,
.afc-title.afc-title--line h2,
.afc-title.afc-title--line h3 {
  margin-bottom: 0;
}
.afc-title.afc-title--line h1:after,
.afc-title.afc-title--line h2:after,
.afc-title.afc-title--line h3:after {
  bottom: 25px;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  margin-left: 15px;
  background-color: var(--global--color-border);
}
@media (max-width: 768px) {
  .afc-title.afc-title--line h1:after,
.afc-title.afc-title--line h2:after,
.afc-title.afc-title--line h3:after {
    bottom: 21px;
  }
}
.afc-title.afc-title--category h1,
.afc-title.afc-title--category h2,
.afc-title.afc-title--category h3 {
  margin-top: var(--baseline-el);
}
.afc-title.afc-title--widget {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.afc-title.afc-title--widget h3 {
  position: relative;
  font-size: var(--heading--font-size-h3);
  line-height: 1;
  margin-bottom: 0;
  padding-left: 45px;
}
.afc-title.afc-title--widget h3:before {
  top: 12px;
  left: 0;
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--global--color-border);
}

.afc-box {
  position: relative;
}

.afc-box--style-1, .afc-testimonial--style-4 .afc-testimonial__inner, .afc-testimonial--style-1 .afc-testimonial__inner, .afc-infobox-img--style-1, .afc-plan--style-1 {
  padding: 45px;
  border: none;
  border-radius: 18px;
  background-color: #fff;
}

.afc-box--style-2 {
  padding: 45px;
  border: none;
  border-radius: 18px;
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(15px) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.afc-glass {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

/*------------------------------------
    Element: Post
------------------------------------*/
.afc-post {
  --mb: 15px;
  --td: .5s;
  color: var(--global--color-text);
  overflow: hidden;
  position: relative;
}
.afc-post__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.afc-post__cover {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  transition: all var(--td) ease-in-out;
}
.afc-post__cover__inner {
  width: 100%;
  height: 100%;
}
.afc-post__cover__media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  transition: all var(--td) ease-in-out;
}
.afc-post__cover__media__image, .afc-post__cover__media__video {
  width: 100%;
  height: 100%;
  transition: opacity var(--td);
}
.afc-post__cover__media__image img,
.afc-post__cover__media__image video, .afc-post__cover__media__video img,
.afc-post__cover__media__video video {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  object-fit: cover;
  border-radius: 3px;
  vertical-align: middle;
  transition: all var(--td) ease-in-out;
}
.afc-post__cover__media > .afc-post__cover__media__icon {
  top: 50%;
  left: calc(50% - 22px);
  width: 45px;
  height: 45px;
  z-index: 3;
  color: var(--global--color-text);
  display: block;
  position: absolute;
  text-align: center;
  line-height: 45px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid var(--global--color-border);
  background-color: #fff;
  transform: translateY(-50%);
}
.afc-post__cover__media > .afc-post__cover__media__icon svg {
  fill: var(--global--color-text);
}
.afc-post__cover__overlay {
  transition: all var(--td);
}
.afc-post__cover__post-format {
  width: 45px;
  height: 45px;
  color: var(--global--color-text);
  display: block;
  text-align: center;
  line-height: 42px;
  border-radius: 3px;
  margin-bottom: 40px;
  border: 1px solid var(--global--color-border);
}
.afc-post__cover__post-format svg {
  fill: var(--global--color-text);
}
.afc-post__cover .afc-categories {
  left: 15px;
  bottom: 15px;
  z-index: 10;
  position: absolute;
}
.afc-post__content {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.afc-post__content__inner > *:not(:last-child) {
  margin: 0 0 20px;
}
.afc-post__content__title {
  word-wrap: break-word;
}
.afc-post__content__title a {
  color: inherit;
  display: block;
}
.afc-post__content__title a:hover {
  color: #890000;
}
.afc-post__content__excerpt p {
  margin: 0 0 15px !important;
}
.afc-post__content__excerpt .afc-button {
  margin-bottom: 0;
}
.afc-post__content__metadata {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 0;
  margin: 0;
}
.afc-post__content__metadata li {
  position: relative;
}
.afc-post__content__metadata--style-0 {
  margin: 0 !important;
}
.afc-post__content__metadata--style-0 li:not(:last-child) {
  padding-right: 12px;
  margin-right: 8px;
}
.afc-post__content__metadata--style-1 li:not(:last-child) {
  padding-right: 12px;
  margin-right: 8px;
}
.afc-post__content__metadata--style-1 li:not(:last-child):after {
  top: 11px;
  right: 0;
  width: 2px;
  height: 2px;
  content: "";
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  background-color: #000;
}
.afc-post__content .afc-categories {
  color: var(--global--color-text);
}
.afc-post__content .afc-categories__item:before, .afc-post__content .afc-categories__item:after {
  background-color: var(--global--color-text) !important;
}
.afc-post:not(.afc-post--masonry) {
  height: 100%;
}
.afc-post.sticky .afc-post__content__title a:before {
  content: "★";
  width: 30px;
  height: 40px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 3px;
}

.afc-post--style-0 {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--global--color-border);
}
.afc-post--style-0 .afc-post__cover__media {
  margin-bottom: 40px;
}
.afc-post--style-0 .afc-post__content__title {
  top: -2px;
  position: relative;
  margin-bottom: 18px;
}
.afc-post--style-0 .afc-post__content__excerpt .afc-button {
  margin: 25px 0 0 !important;
}
.afc-post--style-0 .afc-post__content__category {
  margin-bottom: 10px;
}
.afc-post--style-1 .afc-post__cover {
  margin-bottom: 25px;
}
.afc-post--style-1 .afc-post__cover .afc-categories {
  top: 15px;
  bottom: inherit;
}
.afc-post--style-2 .afc-post__inner {
  display: flex;
}
@media (max-width: 768px) {
  .afc-post--style-2 .afc-post__inner {
    display: block !important;
  }
}
.afc-post--style-2 .afc-post__cover,
.afc-post--style-2 .afc-post__content {
  width: 50%;
}
@media (max-width: 768px) {
  .afc-post--style-2 .afc-post__cover,
.afc-post--style-2 .afc-post__content {
    width: 100% !important;
  }
}
.afc-post--style-2 .afc-post__content {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .afc-post--style-2 .afc-post__content {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.afc-post--style-3 {
  min-height: 420px;
  text-align: center;
}
.afc-post--style-3 .afc-post__inner {
  position: absolute !important;
}
.afc-post--style-3 .afc-post__cover {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.afc-post--style-3 .afc-post__cover__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background-color: #000;
}
.afc-post--style-3 .afc-post__cover__media__image img,
.afc-post--style-3 .afc-post__cover__media__image video, .afc-post--style-3 .afc-post__cover__media__video img,
.afc-post--style-3 .afc-post__cover__media__video video {
  width: 100%;
  height: 100%;
  position: absolute;
}
.afc-post--style-3 .afc-post__content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.afc-post--style-3 .afc-post__content__inner {
  max-width: 450px;
  padding: 0 30px;
  margin: auto;
}
.afc-post--style-3 .afc-post__content__title {
  color: #fff;
  font-size: 30px;
}
.afc-post--style-3 .afc-post__content__title a:hover {
  color: #eee;
}
.afc-post--style-3 .afc-post__content__excerpt p {
  color: #fff;
  opacity: 0.9;
}
.afc-post--style-3 .afc-post__content__metadata {
  color: #fff;
  opacity: 0.6;
  padding: 0 0 0;
}
.afc-post--style-3 .afc-post__content .afc-categories {
  color: #fff !important;
}
.afc-post--style-3 .afc-post__content .afc-categories__item:before, .afc-post--style-3 .afc-post__content .afc-categories__item:after {
  background-color: #fff !important;
}
.afc-post--style-3 .afc-post__content__metadata {
  align-items: center;
  justify-content: center;
}
.afc-post--style-3:hover .afc-post__cover img {
  opacity: 0.6;
}
.afc-post--style-4 .afc-post__inner {
  height: 450px !important;
}
.afc-post--style-4 .afc-post__cover {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.afc-post--style-4 .afc-post__cover__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background-color: #000;
}
.afc-post--style-4 .afc-post__cover__media__image img,
.afc-post--style-4 .afc-post__cover__media__image video, .afc-post--style-4 .afc-post__cover__media__video img,
.afc-post--style-4 .afc-post__cover__media__video video {
  width: 100%;
  height: 100%;
  position: absolute;
}
.afc-post--style-4 .afc-post__content {
  padding: 30px;
  height: 100%;
}
.afc-post--style-4 .afc-post__content__title {
  color: #fff;
}
.afc-post--style-4 .afc-post__content__excerpt p {
  color: var(--global--color-light-gray) !important;
}
.afc-post--widget .afc-post__inner {
  display: flex;
}
.afc-post--widget .afc-post__inner .afc-post__cover {
  width: 25%;
}
.afc-post--widget .afc-post__inner .afc-post__cover__media {
  overflow: hidden;
  padding-top: 100%;
}
.afc-post--widget .afc-post__inner .afc-post__cover__media__image {
  top: 0;
  left: 0;
  position: absolute;
}
.afc-post--widget .afc-post__inner .afc-post__content {
  width: 75%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.afc-post--widget .afc-post__inner .afc-post__content__title {
  font-size: 16px;
}

/*------------------------------------
    Element: Archie
------------------------------------*/
/*------------------------------------
    Element: Single Post
------------------------------------*/
.afc-single-post.no-image {
  padding-top: 171px;
}

.afc-button {
  color: transparent;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  outline: 0;
  white-space: nowrap;
  border-radius: 0;
  margin: 0 3px 3px 0;
  border: 2px solid transparent;
  background-color: transparent;
}
.afc-button:hover, .afc-button:focus {
  color: transparent;
  background-color: transparent;
}

.afc-button--light {
  color: #000 !important;
  background-color: #fff !important;
}
.afc-button--light:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.afc-button--outline-light {
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent !important;
}
.afc-button--outline-light:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.afc-button--outline-dark {
  color: #000 !important;
  border: 2px solid #000;
  background-color: transparent !important;
}
.afc-button--outline-dark:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.afc-button--dark {
  color: #fff !important;
  background-color: #000 !important;
}
.afc-button--dark:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.afc-button--default {
  color: #000;
  background-color: transparent;
}
.afc-button--default:hover {
  color: #000;
  background-color: transparent;
}
.afc-button--primary {
  color: #fff !important;
  background-color: var(--global--color-primary) !important;
}
.afc-button--primary:hover {
  color: #fff !important;
  background-color: var(--global--color-primary-hover) !important;
}
.afc-button--secondary {
  color: #fff;
  background-color: var(--global--color-secondary);
}
.afc-button--secondary:hover {
  color: #fff;
  background-color: var(--global--color-primary-hover);
}
.afc-button--gradient {
  color: #fff;
  background: var(--global--color-primary);
  background: linear-gradient(90deg, var(--global--color-primary) 0%, var(--global--color-secondary) 100%);
}
.afc-button--gradient:hover {
  color: #fff;
  background: linear-gradient(90deg, var(--global--color-primary) 0%, var(--global--color-secondary) 100%);
}

.afc-button--xs {
  font-size: 12px;
  padding: 10px 20px;
}
.afc-button--sm {
  font-size: 14px;
  padding: 12px 24px;
}
.afc-button--md {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 39px;
}
.afc-button--lg {
  font-size: 17px;
  font-weight: 600;
  padding: 20px 60px;
}
.afc-button--xl {
  font-size: 20px;
  padding: 25px 50px;
}
.afc-button--send {
  font-size: 12px;
  padding: 11px 20px;
}

.afc-button--block {
  width: 100%;
  display: block;
}
.afc-button--circle {
  border-radius: 50%;
}
.afc-button--circle.afc-button--sm {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  padding: 0;
}
.afc-button--circle.afc-button--md {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
}

.afc-button--style-1 {
  border-radius: 6px;
}
.afc-button--style-1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.45;
  position: absolute;
  transition: opacity 0.3s;
}
.afc-close-btn {
  border: 0;
  outline: 0;
  padding: 0;
  overflow: hidden;
  line-height: 1;
  position: relative;
}
.afc-close-btn:before, .afc-close-btn:after {
  top: 33px;
  width: 60%;
  max-width: 30px;
  height: 2px;
  content: "";
  z-index: 15;
  display: block;
  position: absolute;
  background-color: var(--global--color-background);
  transition: all 0.45s;
}
.active .afc-close-btn:before {
  transform: rotate(-45deg);
}
.active .afc-close-btn:after {
  transform: rotate(-135deg);
}

.afc-menu-btn {
  width: 45px;
  border: 0;
  outline: 0;
  padding: 0;
  position: relative;
}
.afc-menu-btn span {
  background-color: var(--global--color-text);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.afc-menu-btn--bento span {
  width: 4px;
  height: 4px;
  display: block;
  margin: 7px auto;
}
.afc-menu-btn--bento span:before, .afc-menu-btn--bento span:after {
  top: 0;
  width: 100%;
  padding-top: 100%;
  content: "";
  display: block;
  position: relative;
  background-color: var(--global--color-text);
}
.afc-menu-btn--bento span:before {
  left: 11px;
}
.afc-menu-btn--bento span:after {
  top: -100%;
  right: 11px;
}
.afc-menu-btn--kebab {
  width: 4px;
}
.afc-menu-btn--kebab span {
  width: 4px;
  height: 4px;
  display: block;
  margin: 7px 0;
  border-radius: 50%;
}
.afc-menu-btn--meatball {
  line-height: 0;
}
.afc-menu-btn--meatball span {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
}
.afc-menu-btn--hamburger span {
  width: 100%;
  max-width: 30px;
  height: 2px;
  display: block;
  margin: 6px auto;
}
.elementor-element .afc-menu-btn {
  width: 45px;
  height: 45px;
  z-index: 99;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.elementor-element .afc-menu-btn span {
  max-width: 25px;
}
.elementor-element .afc-menu-btn span, .elementor-element .afc-menu-btn span:before, .elementor-element .afc-menu-btn span:after {
  background-color: #000;
}
.afc-menu-btn--dark span {
  max-width: 25px;
}
.afc-menu-btn--dark span, .afc-menu-btn--dark span:before, .afc-menu-btn--dark span:after {
  background-color: #000;
}
.afc-menu-btn--light span {
  max-width: 25px;
}
.afc-menu-btn--light span, .afc-menu-btn--light span:before, .afc-menu-btn--light span:after {
  background-color: #fff;
}

.afc-modal-video__button {
  width: 90px;
  height: 90px;
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.afc-modal-video__button span {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  z-index: 3;
  margin-left: 6px;
  border-left: 22px solid var(--global--color-primary);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.afc-modal-video__button--style-1 {
  background-color: #fff;
}
.afc-modal-video__button--style-1:before, .afc-modal-video__button--style-1:after {
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  z-index: 0;
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(-50%) translateY(-50%);
}
.afc-modal-video__button--style-1:before {
  animation: pulse-border 1500ms ease-out infinite;
  background-color: var(--global--color-primary-hover);
}
.afc-modal-video__button--style-1:after {
  opacity: 0.3 !important;
  z-index: 1;
  transition: all 200ms;
  background-color: #fff;
}
.afc-modal-video__button--style-1:hover, .afc-modal-video__button--style-1:hover:after {
  opacity: 1;
  background-color: var(--global--color-primary);
}
.afc-modal-video__button--style-1:hover:before {
  background-color: var(--global--color-primary-hover);
}
.afc-modal-video__button--style-1:hover span {
  border-left-color: #fff;
}

.afc-button--more {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.afc-button--more--style-1 {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--global--color-border);
}
.afc-button--more--style-1 span {
  width: 10px;
  height: 15px;
  display: inline-block;
  position: relative;
}
.afc-button--more--style-1 span:before, .afc-button--more--style-1 span:after {
  top: 9px;
  width: 9px;
  height: 2px;
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  background-color: var(--global--color-primary);
}
.afc-button--more--style-1 span:before {
  transform: rotate(-45deg);
}
.afc-button--more--style-1 span:after {
  top: 4px;
  transform: rotate(45deg);
}
.afc-button--more--style-1 span:first-child {
  left: 3px;
}
.afc-button--more--style-1:hover span:first-child, .afc-button--more--style-1:hover span:last-child {
  animation: bounceAlpha 1.2s infinite linear;
}
.afc-button--more--style-1:hover span:first-child {
  animation-delay: 0.2s;
}
.afc-button--more--style-2 {
  width: 30px;
  height: 22px;
  transition: width 0.3s;
}
.afc-button--more--style-2 span {
  top: 10px;
  right: -1px;
  width: 9px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: var(--global--color-text);
}
.afc-button--more--style-2 span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.afc-button--more--style-2 span:last-child {
  top: 13px;
  transform: rotate(-45deg);
}
.afc-button--more--style-2:after {
  top: 10px;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  content: "";
  background-color: var(--global--color-text);
}
.afc-button--more--style-2:hover {
  width: 57px;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.afc-button--read-more {
  color: var(--global--color-heading);
  display: inline-flex;
  font-weight: 600;
  align-items: center;
}
.afc-button--read-more svg {
  fill: var(--global--color-heading);
  margin-left: 10px;
  transition: all 0.45s;
}
.afc-button--read-more:hover {
  color: var(--global--color-primary);
}
.afc-button--read-more:hover svg {
  fill: var(--global--color-primary);
  transform: translate(6px, 0);
}

/*------------------------------------
    Element: Content
------------------------------------*/
.afc-post-content h1,
.afc-post-content h2,
.afc-post-content h3,
.afc-post-content h4,
.afc-post-content h5,
.afc-post-content h6 {
  font-family: var(--global--font-primary) !important;
}
.afc-post-content__tags {
  font-size: 14px;
  margin-bottom: 50px;
}
.afc-post-content__tags a {
  display: inline-block;
}
.afc-post-content__tags a:before {
  content: "#";
  margin-right: 3px;
}
.afc-post-content__tags a:not(:last-child) {
  margin-right: 6px;
}
.afc-post-content__header {
  position: relative;
  margin-bottom: 50px;
}
.afc-post-content__header__inner {
  overflow: hidden;
  position: relative;
}
.afc-post-content__header__title h1 {
  margin-bottom: 25px;
}
.afc-post-content__header .afc-metadata {
  margin-bottom: 0;
}
.afc-post-content__header__metadata__avatar {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.afc-post-content__header__category, .afc-post-content__header__categories {
  margin-bottom: var(--baseline-el);
}
.afc-post-content__header .afc-categories--style-1 {
  color: var(--global--color-heading);
  margin-bottom: 30px;
}
.afc-post-content__header .afc-categories--style-1 > a:before, .afc-post-content__header .afc-categories--style-1 > li:before, .afc-post-content__header .afc-categories--style-1 > span:before {
  background-color: var(--global--color-heading);
}
.afc-post-content__wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.afc-post-content__content h1,
.afc-post-content__content h2,
.afc-post-content__content h3,
.afc-post-content__content h4,
.afc-post-content__content h5,
.afc-post-content__content h6,
.afc-post-content__content table {
  margin-bottom: 25px;
}
.afc-post-content__content > * {
  margin-bottom: 25px;
}
.afc-post-content__content > *:last-child {
  margin-bottom: 0;
}
.afc-post-content__content p a {
  color: var(--global--color-primary);
}
.afc-post-content__content p a:hover {
  color: var(--global--color-primary-hover);
}
.afc-post-content__content ol li,
.afc-post-content__content ul li {
  margin-bottom: 10px;
}
.afc-post-content__content img {
  max-width: 100%;
  height: auto;
}
.afc-post-content__content::after {
  content: "";
  clear: both;
  display: table;
}
.afc-post-content__content .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.afc-post-content__footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.afc-post-content__footer .afc-post-content__meta {
  margin-bottom: 50px;
}
.afc-post-content__footer .afc-post-content__meta .afc-post-content__tags a {
  color: var(--global--color-text);
  display: inline-block;
  border: none;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.afc-post-content__footer .afc-post-content__meta .afc-post-content__tags a:not(:last-child) {
  margin-right: 6px;
}
.afc-post-content__footer .afc-post-content__meta .afc-post-content__tags a:not(:last-child):after {
  content: ",";
}
.afc-post-content__footer .afc-post-content__meta .afc-post-content__tags a:hover {
  color: var(--global--color-primary-hover);
}
.afc-post-content__footer .afc-post-content__meta .afc-post-content__tags h5 {
  top: 3px;
  float: left;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  margin-right: 6px;
  margin-bottom: 0;
}

/*------------------------------------
    Element: Media
------------------------------------*/
.afc-post-media {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.afc-post-media__image {
  overflow: hidden;
  position: relative;
}
.afc-post-media > div {
  text-align: center;
}
.afc-post-media > div img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: auto;
}
.afc-post-media > div video {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.afc-post-media--style-1 {
  padding-top: 150px;
}
.afc-post-media--style-2 {
  padding-top: 150px;
}
.afc-post-media--style-3 {
  padding-top: 150px;
}
.afc-post-media--style-3 .afc-post-media__image {
  padding-top: 60%;
}
.afc-post-media--style-3 .afc-post-media__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.afc-post-media--style-4 {
  height: 100vh;
  position: relative;
}
.afc-post-media--style-4 div {
  height: 100%;
}
.afc-post-media--style-4 img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
}

/*------------------------------------
    Element: Comments
------------------------------------*/
.afc-comments button[type=submit] {
  margin-bottom: 0 !important;
}
.afc-comments__title {
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}
.afc-comments__title a {
  float: right;
}
.afc-comments__section .afc-comments__list {
  list-style: none;
  display: block;
  padding: 0 0 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid var(--global--color-border);
}
.afc-comments__section .afc-comments__list li.comment {
  display: block;
}
.afc-comments__section .afc-comments__list li.comment ul.children {
  padding-left: 25px;
}
.afc-comments__section .afc-comments__list li.comment ul.children li.comment:last-child {
  border-bottom: none;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment {
  overflow: hidden;
  position: relative;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .comment-reply-link {
  top: 6px;
  right: 0;
  color: var(--global--color-heading);
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  letter-spacing: 1px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .comment-reply-link svg {
  top: -3px;
  fill: var(--global--color-text);
  position: relative;
  margin-right: 6px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .comment-reply-link:hover {
  color: var(--global--color-primary);
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .comment-reply-link:hover svg {
  fill: var(--global--color-primary);
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__details {
  height: 42px;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-left: 60px;
  margin-bottom: var(--baseline-el);
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__details .afc-comment__author-name {
  float: left;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__details .afc-comment__author-name h5 {
  font-size: 16px;
  margin-bottom: 6px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__details .afc-comment__author-name .afc-comment__meta {
  font-size: 14px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__details .afc-comment__author-avatar {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__details .afc-comment__author-avatar img {
  width: 45px;
  height: 45px;
  max-width: 100%;
  border-radius: 50%;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content {
  padding-left: 60px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content > * {
  margin-bottom: 15px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content > *:last-child {
  margin-bottom: 0;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content p a {
  color: var(--global--color-text);
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content p a:hover {
  color: var(--global--color-primary);
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content ol li,
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content ul li {
  margin-bottom: 10px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content img {
  max-width: 100%;
  height: auto;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content blockquote {
  font-size: initial;
  padding: 15px 30px;
  border-left: 2px solid var(--global--color-border);
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content blockquote p {
  margin-bottom: 10px;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content blockquote cite {
  font-size: 90%;
  font-style: normal;
  line-height: 1;
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content blockquote cite:before {
  content: "— ";
}
.afc-comments__section .afc-comments__list li.comment .afc-comment .afc-comment__content::after {
  content: "";
  clear: both;
  display: table;
}
.afc-comments__section .afc-comments__list li.pingback,
.afc-comments__section .afc-comments__list li.trackback {
  display: block;
}
.afc-comments__section .afc-comments__list li.pingback ul.children,
.afc-comments__section .afc-comments__list li.trackback ul.children {
  padding-top: 25px;
  padding-left: 25px;
}
.afc-comments__section .afc-comments__list li.pingback ul.children li.comment,
.afc-comments__section .afc-comments__list li.trackback ul.children li.comment {
  padding-bottom: 25px;
}
.afc-comments__section .afc-comments__list li.pingback ul.children li.comment:last-child,
.afc-comments__section .afc-comments__list li.trackback ul.children li.comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment,
.afc-comments__section .afc-comments__list li.trackback .afc-comment {
  overflow: hidden;
  position: relative;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .comment-reply-link,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .comment-reply-link {
  top: 6px;
  right: 0;
  color: var(--global--color-heading);
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  letter-spacing: 1px;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .comment-reply-link svg,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .comment-reply-link svg {
  top: -3px;
  fill: var(--global--color-text);
  position: relative;
  margin-right: 6px;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .comment-reply-link:hover,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .comment-reply-link:hover {
  color: var(--global--color-primary);
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .comment-reply-link:hover svg,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .comment-reply-link:hover svg {
  fill: var(--global--color-primary);
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__details,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__details {
  overflow: hidden;
  position: relative;
  padding-top: 0;
  margin-bottom: var(--baseline-el);
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__details .afc-comment__author-name,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__details .afc-comment__author-name {
  float: left;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__details .afc-comment__author-name h5,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__details .afc-comment__author-name h5 {
  font-size: 16px;
  margin-bottom: 6px;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__details .afc-comment__author-name .afc-comment__meta,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__details .afc-comment__author-name .afc-comment__meta {
  font-size: 14px;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__details .afc-comment__author-avatar,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__details .afc-comment__author-avatar {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__details .afc-comment__author-avatar img,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__details .afc-comment__author-avatar img {
  width: 45px;
  height: 45px;
  max-width: 100%;
  border-radius: 50%;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content > *,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content > * {
  margin-bottom: 25px;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content > *:last-child,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content > *:last-child {
  margin-bottom: 0;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content p a,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content p a {
  color: var(--global--color-text);
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content p a:hover,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content p a:hover {
  color: var(--global--color-primary);
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content ol li,
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content ul li,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content ol li,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content ul li {
  margin-bottom: 10px;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content img,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content img {
  max-width: 100%;
  height: auto;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content blockquote,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content blockquote {
  font-size: initial;
  padding: 15px 30px;
  border-left: 2px solid var(--global--color-border);
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content blockquote p,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content blockquote p {
  margin-bottom: 10px;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content blockquote cite,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content blockquote cite {
  font-size: 90%;
  font-style: normal;
  line-height: 1;
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content blockquote cite:before,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content blockquote cite:before {
  content: "— ";
}
.afc-comments__section .afc-comments__list li.pingback .afc-comment .afc-comment__content::after,
.afc-comments__section .afc-comments__list li.trackback .afc-comment .afc-comment__content::after {
  content: "";
  clear: both;
  display: table;
}
.afc-comments__section .comment-respond {
  overflow: hidden;
  position: relative;
}
.afc-comments__section .comment-respond .afc-comments__title {
  padding-top: 50px !important;
}
.afc-comments__respond .logged-in-as {
  color: #fff;
  font-size: 16px;
  margin-bottom: var(--baseline);
}
.afc-comments__respond .cancel-comment-reply-link:hover svg {
  fill: var(--global--color-primary);
}

.afc-comments__section > ul > li {
  margin-top: 50px;
}
.afc-comments__section > ul > li > ul > li {
  margin-top: 50px;
}
.afc-comments__section > ul > li > ul > li > ul > li {
  margin-top: 50px;
}
.afc-comments__section > ul > li > ul > li > ul > li > ul > li {
  margin-top: 50px;
}

.afc-metadata {
  color: var(--global--color-heading);
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.afc-metadata li {
  line-height: 1;
  display: block;
}
.afc-metadata li:not(:last-child) {
  margin-bottom: 12px;
}
.afc-metadata li a {
  color: var(--global--color-primary);
}
.afc-metadata li a:hover {
  color: var(--global--color-primary-hover);
}

/*------------------------------------
    Preloader
------------------------------------*/
.afc-preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  background: var(--global--color-background);
}
.afc-preloader .afc-preloader-inner {
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}

.afc-preloader-1 {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.afc-preloader-1:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid var(--global--color-primary);
  border-color: var(--global--color-primary) transparent var(--global--color-primary) transparent;
  animation: preloader-1 1.2s infinite;
}

.afc-preloader-2 {
  display: inline-block;
  transform: translateZ(1px);
}
.afc-preloader-2 > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: var(--global--color-primary);
  animation: preloader-2 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.afc-preloader-3 {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.afc-preloader-3 div {
  transform-origin: 40px 40px;
  animation: preloader-3 1.2s linear infinite;
}
.afc-preloader-3 div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--global--color-primary);
}
.afc-preloader-3 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.afc-preloader-3 div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.afc-preloader-3 div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.afc-preloader-3 div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.afc-preloader-3 div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.afc-preloader-3 div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.afc-preloader-3 div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.afc-preloader-3 div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.afc-preloader-3 div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.afc-preloader-3 div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.afc-preloader-3 div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.afc-preloader-3 div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

.afc-preloader-4 {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.afc-preloader-4:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--global--color-primary);
  border-color: var(--global--color-primary) transparent var(--global--color-primary) transparent;
  animation: preloader-4 1.2s linear infinite;
}

.afc-preloader-5 {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.afc-preloader-5 div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--global--color-primary);
  border-radius: 50%;
  animation: preloader-5 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--global--color-primary) transparent transparent transparent;
}
.afc-preloader-5 div:nth-child(1) {
  animation-delay: -0.45s;
}
.afc-preloader-5 div:nth-child(2) {
  animation-delay: -0.3s;
}
.afc-preloader-5 div:nth-child(3) {
  animation-delay: -0.15s;
}

.afc-preloader-6 {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.afc-preloader-6 div {
  animation: preloader-6 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.afc-preloader-6 div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--global--color-primary);
  margin: -4px 0 0 -4px;
}
.afc-preloader-6 div:nth-child(1) {
  animation-delay: -0.036s;
}
.afc-preloader-6 div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.afc-preloader-6 div:nth-child(2) {
  animation-delay: -0.072s;
}
.afc-preloader-6 div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.afc-preloader-6 div:nth-child(3) {
  animation-delay: -0.108s;
}
.afc-preloader-6 div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.afc-preloader-6 div:nth-child(4) {
  animation-delay: -0.144s;
}
.afc-preloader-6 div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.afc-preloader-6 div:nth-child(5) {
  animation-delay: -0.18s;
}
.afc-preloader-6 div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.afc-preloader-6 div:nth-child(6) {
  animation-delay: -0.216s;
}
.afc-preloader-6 div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.afc-preloader-6 div:nth-child(7) {
  animation-delay: -0.252s;
}
.afc-preloader-6 div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.afc-preloader-6 div:nth-child(8) {
  animation-delay: -0.288s;
}
.afc-preloader-6 div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

.afc-page-title {
  overflow: hidden;
  position: relative;
  padding-top: 75px;
  background-color: #FBFBFB;
  margin-bottom: 120px;
}
.afc-page-title__inner {
  z-index: 3;
  min-height: 308px;
  position: relative;
}
.afc-page-title__content {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.afc-page-title__content h1 {
  color: inherit;
  font-weight: 600;
}
.afc-page-title__overlay {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150%;
  opacity: 0.54;
  position: absolute;
  background: no-repeat top center/cover;
}
@media (max-width: 768px) {
  .afc-page-title h1 {
    font-size: 36px;
  }
}

.afc-page-title.no-image {
  margin-bottom: 120px;
}
.afc-page-title.with-image {
  margin-bottom: 120px;
}

.afc-page-title--light {
  color: #000;
  background-color: #FBFBFB;
}
.afc-page-title--dark {
  color: #fff;
  background-color: #000;
}

.afc-page-title--style-1 {
  text-align: center;
}
.afc-page-title--style-1 .afc-page-title__inner {
  min-height: 300px;
}
.afc-page-title--text-left {
  text-align: left;
}
.afc-page-title--text-left .afc-breadcrumbs ul {
  justify-content: left;
}
.afc-page-title--text-right {
  text-align: right;
}
.afc-page-title--text-right .afc-breadcrumbs ul {
  justify-content: right;
}
.afc-page-title--text-center {
  text-align: center;
}
.afc-page-title--text-center .afc-breadcrumbs ul {
  justify-content: center;
}

.afc-breadcrumbs {
  color: var(--global--color-text);
  font-size: 14px;
  position: relative;
}
.afc-breadcrumbs a {
  color: var(--global--color-heading) !important;
}
.afc-breadcrumbs a:hover {
  color: var(--global--color-primary) !important;
}
.afc-breadcrumbs ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 20px 0 0;
}
.afc-breadcrumbs ul > * {
  padding: 0 15px;
  position: relative;
}
.afc-breadcrumbs ul > *.afc-breadcrumbs__separator {
  top: 2px;
  display: block;
  padding: 0;
}
.afc-breadcrumbs ul > *.afc-breadcrumbs__separator:before {
  content: "/";
}

.afc-search-form--style-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  z-index: 1000;
  position: absolute;
  transform: translate(0, -100%);
  transition: all 0.45s;
  background-color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.afc-search-form--style-1 .container {
  height: 100%;
  position: relative;
}
.afc-search-form--style-1 .container form {
  top: 50%;
  left: 50%;
  height: 60px;
  width: 50%;
  min-width: 300px;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  transform: translate(-50%, -50%);
}
.afc-search-form--style-1 .container form:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  margin: auto;
  position: absolute;
  background-color: #818181;
  transition: all 1.2s;
}
.afc-search-form--style-1 .container form input[type=search] {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #ccc;
  opacity: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  position: absolute;
  padding-left: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  transition: opacity 1.5s;
}
.afc-search-form--style-1 .container form input[type=search]::-webkit-input-placeholder {
  color: #ccc;
}
.afc-search-form--style-1 .container form input[type=search]:-moz-placeholder {
  color: #ccc;
}
.afc-search-form--style-1 .container form input[type=search]::-moz-placeholder {
  color: #ccc;
}
.afc-search-form--style-1 .container form input[type=search]:-ms-input-placeholder {
  color: #ccc;
}
@media (max-width: 768px) {
  .afc-search-form--style-1 .container form input[type=search] {
    font-size: 14px;
  }
}
.afc-search-form--style-1 .afc-button {
  position: absolute;
  background-color: transparent;
}
.afc-search-form--style-1 .afc-button--close {
  top: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 15;
}
.afc-search-form--style-1 .afc-button--close:before, .afc-search-form--style-1 .afc-button--close:after {
  top: 24px !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .afc-search-form--style-1 .afc-button--close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .afc-search-form--style-1 .afc-button--close {
    top: 0;
    right: 0;
  }
}
.afc-search-form--style-1 .afc-button--search {
  right: 0;
  bottom: 0;
  line-height: 60px;
}
.afc-search-form--style-1 .afc-button--search svg {
  width: 21px;
  height: 21px;
  fill: #ccc;
}
.afc-search-form--style-1 .afc-button:hover {
  background-color: transparent !important;
}
.afc-search-form--style-1 .afc-button:hover svg {
  fill: #fff;
}
.afc-search-form--style-1 .afc-search-form__logo {
  top: var(--full-screen-slider-space);
  left: var(--full-screen-slider-space);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  z-index: 3;
  position: absolute;
}
.afc-search-form--style-1 .afc-search-form__logo a, .afc-search-form--style-1 .afc-search-form__logo a:hover {
  color: inherit;
}
.afc-search-form--style-1.active {
  transform: translate(0, 0);
}
.afc-search-form--style-1.active form:before {
  width: 100%;
}
.afc-search-form--style-1.active form input[type=search] {
  opacity: 1 !important;
}

/*------------------------------------
    Element: Data Filters
------------------------------------*/
.afc-data-filter__links {
  font-size: 14px;
}
.afc-data-filter__links ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: inherit;
  margin: 0 -15px;
}
.afc-data-filter__links ul li {
  position: relative;
  user-select: none;
  padding-left: 15px;
  padding-right: 15px;
}
.afc-data-filter__links ul li:before {
  top: 6px;
  left: 12px;
  right: 6px;
  height: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: var(--global--color-border);
  transition: all 0.45s;
  display: none;
}
.afc-data-filter__links ul li.active {
  color: var(--global--color-primary);
}
.afc-data-filter__links ul li.active:before {
  height: 12px;
}
.afc-data-filter__links ul li:not(.active) {
  color: var(--global--color-text);
  cursor: pointer;
}

/*------------------------------------
    Element: Swiper
------------------------------------*/
.afc-swiper {
  position: relative;
}
.afc-swiper--inset .afc-swiper__pagination {
  bottom: 15px !important;
  position: absolute;
}
.afc-swiper--light .afc-swiper__pagination .swiper-pagination-bullet {
  background-color: var(--global--color-background);
}
.afc-swiper .swiper-container {
  user-select: none;
}
.afc-swiper__pagination {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  position: relative;
  text-align: center;
}
.afc-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  border-color: 1px solid var(--global--color-text) !important;
  background-color: #fff;
}
.afc-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--global--color-primary);
}
.afc-swiper__pagination--style-1 {
  bottom: -20 !important;
  position: absolute !important;
}

.afc-carousel .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -20px;
}
.afc-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px !important;
}

.afc-carousel {
  position: relative;
}
.afc-carousel .afc-swiper__button {
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  position: absolute;
  z-index: 1;
  outline: 0 !important;
}
.afc-carousel .afc-swiper__button svg {
  fill: var(--global--color-text);
  width: 12px;
  height: 12px;
}
.afc-carousel .afc-swiper__button.afc-swiper__button--prev {
  left: -42px;
}
.afc-carousel .afc-swiper__button.afc-swiper__button--next {
  right: -42px;
}
.afc-carousel .afc-swiper__button.swiper-button-disabled {
  cursor: inherit;
  opacity: 0;
  pointer-events: none;
}

.afc-carousel.has-pagination .afc-carousel__content {
  padding-bottom: 30px;
}

.elementor-container {
  z-index: 1;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 15px !important;
}

.wpcf7-response-output {
  display: none !important;
}

.elementor-icon:hover i,
.elementor-social-icon:hover i {
  color: var(--global--color-heading) !important;
}

.particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}

.afc-plan {
  transition: all 0.45s;
}
.afc-plan__inner > *:not(:last-child) {
  margin-bottom: 30px;
}
.afc-plan__title {
  margin-bottom: 10px !important;
}
.afc-plan__price__period {
  font-size: 75%;
}
.afc-plan__details {
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.afc-plan__details li:not(:last-child) {
  margin-bottom: 10px;
}
.afc-plan__details__icon {
  top: -1px;
  width: 14px;
  font-size: 85%;
  margin-right: 9px;
  position: relative;
  display: inline-block;
}
.afc-shape {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.afc-shape__element {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--global--color-primary);
}
.afc-shape__element--circle {
  border-radius: 50%;
}
.afc-shape__element--square {
  border-radius: 0;
}
.afc-shape__element--triangle {
  width: 0;
  height: 0;
  background-color: transparent !important;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 75px solid var(--global--color-primary);
}
.afc-shape__element--plus {
  background-color: transparent !important;
}
.afc-shape__element--plus:before, .afc-shape__element--plus:after {
  content: "";
  position: absolute;
  background: var(--global--color-primary);
}
.afc-shape__element--plus:before {
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 100%;
}
.afc-shape__element--plus:after {
  top: calc(50% - 10px);
  width: 100%;
  height: 20px;
}
.afc-shape__element--minus {
  width: 100%;
  height: 20px;
}
.afc-shape__element--times {
  background-color: transparent !important;
}
.afc-shape__element--times:before, .afc-shape__element--times:after {
  content: "";
  position: absolute;
  background: var(--global--color-primary);
  transform: rotate(45deg);
}
.afc-shape__element--times:before {
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 100%;
}
.afc-shape__element--times:after {
  top: calc(50% - 10px);
  width: 100%;
  height: 20px;
}
.afc-shape--egg {
  display: block;
  width: 126px;
  height: 180px;
  background-color: var(--global--color-primary);
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.afc-shape--hexagon {
  width: 100px;
  height: 57.735px;
  background: var(--global--color-primary);
  position: relative;
}
.afc-shape--hexagon:before {
  content: "";
  position: absolute;
  top: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 28.8675px solid var(--global--color-primary);
}
.afc-shape--hexagon:after {
  content: "";
  position: absolute;
  bottom: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 28.8675px solid var(--global--color-primary);
}
.afc-shape--pentagon {
  border-width: 50px 18px 0;
  border-style: solid;
  border-color: var(--global--color-primary) transparent;
}
.afc-shape--pentagon:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -85px;
  left: -18px;
  border-width: 0 45px 35px;
  border-style: solid;
  border-color: transparent transparent var(--global--color-primary);
}
.afc-shape--heart {
  position: relative;
  width: 100px;
  height: 90px;
}
.afc-shape--heart:before, .afc-shape--heart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: var(--global--color-primary);
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.afc-shape--heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.afc-shape--burst-8 {
  background: var(--global--color-primary);
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  transform: rotate(20deg);
}
.afc-shape--burst-8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: var(--global--color-primary);
  transform: rotate(135deg);
}
.afc-shape--burst-12 {
  background: var(--global--color-primary);
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
}
.afc-shape--burst-12:before, .afc-shape--burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: var(--global--color-primary);
}
.afc-shape--burst-12:before {
  transform: rotate(30deg);
}
.afc-shape--burst-12:after {
  transform: rotate(60deg);
}
.afc-shape--infinity {
  position: relative;
  width: 212px;
  height: 100px;
  box-sizing: content-box;
}
.afc-shape--infinity:before, .afc-shape--infinity:after {
  content: "";
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 20px solid var(--global--color-primary);
  border-radius: 50px 50px 0 50px;
  transform: rotate(-45deg);
}
.afc-shape--infinity:after {
  left: auto;
  right: 0;
  border-radius: 50px 50px 50px 0;
  transform: rotate(45deg);
}
.afc-shape--diamond {
  border-style: solid;
  border-color: transparent transparent var(--global--color-primary) transparent;
  border-width: 0 25px 25px 25px;
  height: 0;
  width: 50px;
  box-sizing: content-box;
  position: relative;
  margin: 20px 0 50px 0;
}
.afc-shape--diamond:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--global--color-primary) transparent transparent transparent;
  border-width: 70px 50px 0 50px;
}
.afc-shape--diamond-square {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: var(--global--color-primary);
  position: relative;
  top: -50px;
}
.afc-shape--diamond-square:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: var(--global--color-primary);
}
.afc-shape--diamond-narrow {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 70px solid var(--global--color-primary);
  position: relative;
  top: -50px;
}
.afc-shape--diamond-narrow:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 70px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 70px solid var(--global--color-primary);
}

.afc-block {
  position: relative;
}
.afc-block--style-1 .afc-post__content {
  display: flex;
  align-items: center;
}
.afc-block--style-1 .afc-block__col:nth-child(odd) .afc-post__inner, .afc-block--style-1 .afc-block__col:nth-child(even) .afc-post__inner {
  display: flex;
}
.afc-block--style-1 .afc-block__col:nth-child(odd) .afc-post__cover, .afc-block--style-1 .afc-block__col:nth-child(odd) .afc-post__content, .afc-block--style-1 .afc-block__col:nth-child(even) .afc-post__cover, .afc-block--style-1 .afc-block__col:nth-child(even) .afc-post__content {
  width: 50%;
}
.afc-block--style-1 .afc-block__col:nth-child(odd) .afc-post__content {
  padding-left: 30px;
}
.afc-block--style-1 .afc-block__col:nth-child(even) .afc-post__cover {
  order: 2;
}
.afc-block--style-1 .afc-block__col:nth-child(even) .afc-post__content {
  order: 1;
  padding-right: 30px;
}

.afc-archive--alt .afc-post__content {
  display: flex;
  align-items: center;
}
.afc-archive--alt > div:nth-child(odd) .afc-post__inner, .afc-archive--alt > div:nth-child(even) .afc-post__inner {
  display: flex;
}
.afc-archive--alt > div:nth-child(odd) .afc-post__cover, .afc-archive--alt > div:nth-child(odd) .afc-post__content, .afc-archive--alt > div:nth-child(even) .afc-post__cover, .afc-archive--alt > div:nth-child(even) .afc-post__content {
  width: 50%;
}
.afc-archive--alt > div:nth-child(odd) .afc-post__content {
  padding-left: 30px;
}
.afc-archive--alt > div:nth-child(even) .afc-post__cover {
  order: 2;
}
.afc-archive--alt > div:nth-child(even) .afc-post__content {
  order: 1;
  padding-right: 30px;
}

.afc-infobox-icon {
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: background-color 450ms;
}
.afc-infobox-icon__head {
  position: relative;
}
.afc-infobox-icon__body {
  position: relative;
}
.afc-infobox-icon__title {
  position: relative;
  margin-bottom: 15px;
}
.afc-infobox-icon__subtitle {
  display: block;
  padding-top: 6px;
}
.afc-infobox-icon__description {
  margin: 0;
}

.afc-infobox-icon--style-1 {
  display: flex;
}
.afc-infobox-icon--style-1 .afc-infobox-icon__head {
  width: 110px;
}
.afc-infobox-icon--style-1 .afc-infobox-icon__icon {
  top: 0;
  left: 0;
  position: absolute;
}
.afc-infobox-icon--style-1 .afc-infobox-icon__title {
  top: 6px;
  font-weight: 700;
}
.afc-infobox-icon--style-2 .afc-infobox-icon__title {
  font-weight: 700;
}
.afc-infobox-img {
  overflow: hidden;
  position: relative;
  transition: background-color 450ms;
}
.afc-infobox-img__link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit !important;
  position: absolute;
  background-color: transparent !important;
}
.afc-infobox-img__head {
  position: relative;
}
.afc-infobox-img__body {
  position: relative;
}
.afc-infobox-img__icon {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  color: var(--global--color-primary);
  border-radius: 6px;
}
.afc-infobox-img__icon:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.06);
}
.afc-infobox-img__icon i {
  z-index: 1;
  position: relative;
}
.afc-infobox-img__image {
  margin-bottom: 20px;
}
.afc-infobox-img__title {
  position: relative;
  margin-bottom: 0;
}
.afc-infobox-img__subtitle {
  display: block;
}
.afc-infobox-img__description {
  margin-top: 20px;
  margin-bottom: 0;
}
.afc-infobox-img__button {
  position: relative;
  margin-top: 20px;
}

.row > .col-12 > .afc-infobox-img {
  height: 100%;
}

.afc-infobox-img--style-1 .afc-infobox-img__head {
  padding-bottom: 30px;
}
.elementor-align-center .afc-infobox-img--style-1 .afc-infobox-img__image img {
  margin-left: auto;
  margin-right: auto;
}

.afc-infobox {
  overflow: hidden;
  position: relative;
  transition: background-color 450ms;
}

.afc-infobox.afc-infobox--style-1 {
  padding-top: 100%;
}
.afc-infobox.afc-infobox--style-1 .afc-infobox__inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  border: 1px solid var(--global--color-border);
}
.afc-infobox.afc-infobox--style-1 .afc-infobox__head .afc-infobox__icon {
  margin-bottom: 20px;
  background-color: transparent;
}
.afc-infobox.afc-infobox--style-1 .afc-infobox__head .afc-infobox__icon svg {
  top: 0;
  left: 0;
}
.afc-infobox.afc-infobox--style-1 .afc-infobox__head .afc-infobox__icon:before {
  background-color: transparent !important;
}
.afc-infobox.afc-infobox--style-1 .afc-infobox__head .afc-infobox__title {
  margin-bottom: 20px;
}
.afc-infobox.afc-infobox--style-1:hover {
  background-color: var(--global--color-primary);
}

/*------------------------------------
    Element: Timeline
------------------------------------*/
.afc-timeline ul {
  padding: 0 0 5px;
  list-style: none;
  margin-bottom: 0;
}
.afc-timeline ul li {
  display: block;
  position: relative;
  padding: 15px 0;
}
.afc-timeline ul li:before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--global--color-border);
}
.afc-timeline .afc-timeline__title {
  top: 0;
  left: 0;
  line-height: 1;
  position: relative;
  padding-left: 39px;
  padding-bottom: 30px;
  border-left: 1px solid var(--global--color-border);
  margin: 0;
}
.afc-timeline .afc-timeline__title:before {
  top: 0;
  left: -4px;
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  z-index: 3;
  position: absolute;
  border-radius: 50%;
}
.afc-timeline .afc-timeline__item {
  position: relative;
  padding: 0 30px;
}
.afc-timeline .afc-timeline__item:before {
  top: 10px;
  left: 0;
  width: 24px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--global--color-border);
}
.afc-timeline .afc-timeline__item .afc-timeline__item__body {
  padding-left: 9px;
}
.afc-timeline .afc-timeline__item .afc-timeline__item__body .afc-timeline__item__description {
  margin-bottom: 0;
}
.afc-timeline .afc-timeline__item .afc-timeline__item__head {
  height: 72px;
  position: relative;
  padding-left: 10px;
}
.afc-timeline .afc-timeline__item .afc-timeline__item__head .afc-timeline__item__title {
  margin-bottom: 7px;
}
.afc-timeline.afc-timeline--style-1 .afc-timeline__item:before {
  top: 17px;
  width: 45px;
}
.afc-timeline.afc-timeline--style-1 .afc-timeline__item .afc-timeline__item__head {
  padding-left: 63px;
}
.afc-timeline.afc-timeline--style-1 .afc-timeline__item .afc-timeline__item__head .afc-timeline__item__icon {
  top: 0;
  left: 0;
  display: flex;
  position: absolute;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .afc-timeline.afc-timeline--style-1 .afc-timeline__item .afc-timeline__item__subtitle {
    font-size: 10px;
    white-space: nowrap;
  }
}

.afc-scroller-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}
.afc-scroller-wrapper, .afc-scroller-wrapper:hover {
  color: inherit;
}
.afc-scroller-wrapper .afc-scroller__text {
  color: #fff;
  margin: 12px 0 0;
}

.afc-scroller--style-1 .afc-scroller__el {
  width: 30px;
  height: 45px;
  margin: auto;
  position: relative;
  border-radius: 25px;
  border: 1px solid #fff;
}
.afc-scroller--style-1 .afc-scroller__el:before {
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 2px;
  height: 9px;
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #fff;
  animation: scroll 1.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
.afc-scroller--style-2 .afc-scroller__el {
  width: 30px;
  height: 45px;
  margin: auto;
  position: relative;
  border-radius: 25px;
  border: 1px solid #fff;
}
.afc-scroller--style-2 .afc-scroller__el span {
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 2px;
  height: 9px;
  display: block;
  border-radius: 3px;
  background-color: #fff;
  animation: scroll 1.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
.afc-scroller--style-2 .afc-scroller__el:before {
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  width: 1px;
  height: 55px;
  content: "";
  margin: auto;
  position: absolute;
  background-color: #fff;
}

/*------------------------------------
    Element: Portfolio Item
------------------------------------*/
.afc-portfolio-item {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.afc-portfolio-item h4,
.afc-portfolio-item h5,
.afc-portfolio-item h6 {
  color: inherit;
  line-height: 1;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.afc-portfolio-item a,
.afc-portfolio-item a:hover {
  color: inherit;
}
.afc-portfolio-item img {
  transition: all 0.45s;
}
.afc-portfolio-item__link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0 !important;
  display: block;
  position: absolute;
}
.afc-portfolio-item__inner {
  width: 100%;
}
.afc-portfolio-item__cover {
  width: 100%;
  overflow: hidden;
  transition: all 0.45s;
}
.afc-portfolio-item__content {
  width: 100%;
  color: #fff;
  z-index: 9;
  transition: all 0.45s;
}

.afc-portfolio-item--style-1 .afc-portfolio-item__inner {
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.afc-portfolio-item--style-1 .afc-portfolio-item__cover {
  top: 0;
  left: 0;
  height: 100%;
  position: relative;
}
.afc-portfolio-item--style-1 .afc-portfolio-item__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afc-portfolio-item--style-1 .afc-portfolio-item__content {
  opacity: 0;
  padding: 30px;
  text-align: center;
  position: absolute;
  transform: translate(0, 20px);
}
.afc-portfolio-item--style-1:hover .afc-portfolio-item__cover {
  opacity: 0.3;
}
.afc-portfolio-item--style-1:hover .afc-portfolio-item__content {
  opacity: 1;
  transform: translate(0);
}
.afc-portfolio-item--style-2 .afc-portfolio-item__inner {
  display: block;
}
.afc-portfolio-item--style-2 .afc-portfolio-item__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afc-portfolio-item--style-2 .afc-portfolio-item__content {
  color: var(--global--color-heading);
  padding: 25px 0 0;
  background-color: #fff;
}
.afc-portfolio-item--style-100 {
  padding-top: 100%;
}
.afc-portfolio-item--style-100 svg {
  fill: var(--global--color-text);
}
.afc-portfolio-item--style-100 .afc-portfolio__item__cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.afc-portfolio-item--style-100 .afc-portfolio__item__cover img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
.afc-portfolio-item--style-100 .afc-portfolio__item__content {
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.afc-portfolio-item--style-100 .afc-portfolio__item__content h5,
.afc-portfolio-item--style-100 .afc-portfolio__item__content h6 {
  color: #fff;
  opacity: 0;
  transform: scale(0.8, 0.8) translate(0, 15px);
  transition: all 0.6s;
}
.afc-portfolio-item--style-100 .afc-portfolio__item__content .afc-portfolio__item__links {
  opacity: 0;
  margin-bottom: 20px;
  transform: scale(0.6, 0.6) translate(0, -15px);
  transition: all 0.6s;
}
.afc-portfolio-item--style-100:hover img {
  opacity: 0.3;
  transform: scale(1.2, 1.2);
}
.afc-portfolio-item--style-100:hover h5,
.afc-portfolio-item--style-100:hover h6,
.afc-portfolio-item--style-100:hover .afc-portfolio__item__links {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}
.afc-portfolio-item--style-20 {
  color: #fff;
}
.afc-portfolio-item--style-20 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.afc-portfolio-item--style-20 .afc-portfolio-item__content {
  left: 0;
  bottom: 0;
  position: absolute;
}

.afc-portfolio-item--grid .afc-portfolio-item__inner {
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.afc-portfolio-item--grid .afc-portfolio-item__cover {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.afc-portfolio-item--grid .afc-portfolio-item__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afc-portfolio-item--grid .afc-portfolio-item__content {
  opacity: 0;
  padding: 30px;
  text-align: center;
  transform: translate(0, 20px);
}
.afc-portfolio-item--grid:hover .afc-portfolio-item__cover {
  opacity: 0.3;
}
.afc-portfolio-item--grid:hover .afc-portfolio-item__content {
  opacity: 1;
  transform: translate(0);
}

.afc-categories {
  font-size: 12px;
  line-height: 1;
}
.afc-categories__item {
  line-height: 1;
  display: inline-flex;
  position: relative;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: transparent;
}
.afc-categories__item, .afc-categories__item:before, .afc-categories__item:after {
  transition: all 0.3s;
}
.afc-categories__item, .afc-categories__item:hover {
  color: inherit;
}

.afc-categories--style-1 .afc-categories__item {
  padding-left: 40px;
}
.afc-categories--style-1 .afc-categories__item:before {
  top: 5px;
  left: 0;
  width: 25px;
  height: 1px;
  content: "";
  z-index: 3;
  display: block;
  position: absolute;
  background-color: #fff;
  margin-right: 15px;
  transition: all 0.3s;
}
.afc-categories--style-1 .afc-categories__item:hover {
  color: var(--global--color-primary);
}
.afc-categories--style-1 .afc-categories__item:hover:before {
  width: calc(100% - 39px);
  transform: translate(38px, 0);
  background-color: var(--global--color-primary) !important;
}
.afc-categories--style-1 .afc-categories__item:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 15px;
}
.afc-categories--style-2 .afc-categories__item {
  color: #fff;
  padding: 10px 15px 8px;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.4);
}
.afc-categories--style-2 .afc-categories__item:hover {
  color: #fff;
  background-color: #000;
}
.afc-categories--style-20 .afc-categories__item {
  padding: 2px;
}
.afc-categories--style-20 .afc-categories__item a,
.afc-categories--style-20 .afc-categories__item a:hover {
  color: inherit;
}
.afc-categories--style-20 .afc-categories__item__media {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #000;
  margin-bottom: 6px;
}
.afc-categories--style-20 .afc-categories__item__media__inner {
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  z-index: 12;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  background-color: red;
}
.afc-categories--style-20 .afc-categories__item__media__inner img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  object-fit: cover;
  vertical-align: middle;
}
.afc-categories--style-20 .afc-categories__item__media__text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 21px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding-top: 3px;
}
.afc-categories--style-20 .afc-categories__item__media:before, .afc-categories--style-20 .afc-categories__item__media:after {
  z-index: 2;
  content: "";
  border-radius: 50%;
  position: absolute;
  border: 4px solid #fff;
}
.afc-categories--style-20 .afc-categories__item__media:after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.afc-categories--style-20 .afc-categories__item__media:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  border: none;
  transition: all 0.45s;
}
.afc-categories--style-20 .afc-categories__item__media:hover:before {
  transform: rotate(360deg);
}
.afc-categories--style-20 .afc-categories__item__title {
  font-size: 14px;
}

.afc-testimonial .afc-testimonial__inner {
  max-width: 100%;
  position: relative;
}
.afc-testimonial .afc-testimonial__inner p,
.afc-testimonial .afc-testimonial__inner h5,
.afc-testimonial .afc-testimonial__inner h6 {
  color: inherit;
}
.afc-testimonial .afc-testimonial__inner h5 {
  padding-top: 3px;
  margin-bottom: 9px;
}
.afc-testimonial .afc-testimonial__inner h6 {
  font-weight: 100;
}
.afc-testimonial .afc-testimonial__inner img {
  width: 90px;
  height: 90px;
  border-radius: 50% !important;
  margin-bottom: 30px;
}
.afc-testimonial .afc-testimonial__inner__symbol {
  width: 45px;
}
.afc-testimonial .afc-testimonial__inner__symbol svg {
  fill: gray;
  width: 21px;
  height: 21px;
}
.afc-testimonial .afc-testimonial__inner blockquote {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 30px !important;
  color: inherit !important;
  background-color: transparent !important;
}
.afc-testimonial .afc-testimonial__inner blockquote p {
  margin: 0;
}

.afc-testimonial--style-1 .afc-testimonial__inner img {
  width: 75px;
  height: 75px;
  border-radius: 50% !important;
  margin-bottom: 30px;
}
.afc-testimonial--style-1 .afc-testimonial__inner__symbol {
  top: 45px;
  right: 45px;
  width: 45px;
  text-align: right;
  position: absolute;
}
.afc-testimonial--style-2 .afc-testimonial__inner {
  width: 768px;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
}
.afc-testimonial--style-2 .afc-testimonial__inner img {
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}
.afc-testimonial--style-2 .afc-testimonial__inner__author > div {
  justify-content: center;
}
.afc-testimonial--style-2 .afc-testimonial__inner__symbol {
  top: 0;
  left: 0;
  right: 0;
  width: 45px;
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}
.afc-testimonial--style-2 .afc-testimonial__inner__symbol svg {
  fill: var(--global--color-primary);
}
.afc-testimonial--style-3 .afc-testimonial__inner {
  padding-bottom: 20px;
}
.afc-testimonial--style-3 .afc-testimonial__inner img {
  width: 90px;
  height: 90px;
  border-radius: 50% !important;
  margin-bottom: 30px;
}
.afc-testimonial--style-3 .afc-testimonial__inner__symbol {
  top: 45px;
  left: 51px;
  width: 45px;
  text-align: right;
  position: absolute;
}
.afc-testimonial--style-4 .afc-testimonial__inner img {
  width: 75px;
  height: 75px;
  border-radius: 50% !important;
  margin-bottom: 30px;
}
.afc-testimonial--style-4 .afc-testimonial__inner__symbol {
  top: 45px;
  right: 45px;
  width: 45px;
  text-align: right;
  position: absolute;
}
.afc-testimonial--style-4 .afc-testimonial__inner__symbol svg {
  fill: #fff;
}

.swiper-slide-active .afc-testimonial--style-4 .afc-testimonial__inner {
  color: #fff;
  background: var(--global--color-primary) !important;
  box-shadow: none !important;
}

.afc-progress-bar {
  overflow: hidden;
  position: relative;
}
.afc-progress-bar .afc-progress-bar__title {
  margin-bottom: 10px;
}
.afc-progress-bar .afc-progress-bar__strip {
  height: 9px;
  position: relative;
  border-radius: 0;
  background-color: transparent;
}
.afc-progress-bar .afc-progress-bar__strip .afc-progress-bar__strip__bar {
  z-index: 2;
  position: relative;
  background-color: var(--global--color-primary);
}
.afc-progress-bar .afc-progress-bar__strip .afc-progress-bar__strip__line {
  left: 3px;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background-color: var(--global--color-border);
}
.afc-progress-bar.afc-progress-bar--style-1 .afc-progress-bar__value {
  display: none;
  opacity: 0.1;
  margin-left: 9px;
}
.afc-progress-bar.afc-progress-bar--style-1 .afc-progress-bar__value:before {
  content: "(";
}
.afc-progress-bar.afc-progress-bar--style-1 .afc-progress-bar__value:after {
  content: ")";
}

.afc-creative-tag {
  overflow: hidden;
  position: relative;
}
.afc-creative-tag .afc-creative-tag__text {
  z-index: 2;
  position: relative;
}

.afc-creative-tag--style-1 {
  color: var(--global--color-primary);
  font-size: 14px;
  display: inline-flex;
  padding: 6px 24px;
  border-radius: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.afc-creative-tag--style-1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
  position: absolute;
  background-color: var(--global--color-primary);
}
.afc-creative-tag--style-2 {
  color: var(--global--color-heading);
  display: inline-block;
  position: relative;
  padding-left: 75px;
}
.afc-creative-tag--style-2:before {
  top: calc(50% - 1px);
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--global--color-text);
}
.elementor-align-center .afc-creative-tag--style-2 {
  padding-right: 75px;
}
.elementor-align-center .afc-creative-tag--style-2:after {
  top: calc(50% + 2px);
  right: 0;
  width: 55px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--global--color-text);
}

#pp-nav {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

/*------------------------------------
    Element: Fullpage Slider Wrapper
------------------------------------*/
.afc-fullpage-slider-wrapper {
  position: relative;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu {
  top: 50%;
  margin: 0;
  padding: 0;
  z-index: 99;
  position: fixed;
  list-style: none;
  transform: translate(-50%, -50%);
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li {
  display: block;
  position: relative;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li a {
  min-width: 10px;
  min-height: 10px;
  display: block;
  position: relative;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li a, .afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li a:hover {
  color: inherit;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li:before {
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background-color: transparent;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li:not(:last-child) {
  margin: 0 0 10px;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li span {
  top: 2px;
  right: 20px;
  line-height: 1;
  position: absolute;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li span.afc-fullpage-slider__menu__count, .afc-fullpage-slider-wrapper .afc-fullpage-slider__menu li span.afc-fullpage-slider__menu__anchor {
  display: none;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--left {
  left: var(--full-screen-slider-space);
  right: inherit;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--left li:before {
  left: 0;
  right: inherit;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--left li span {
  left: 25px;
  right: inherit;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--right {
  left: inherit;
  right: var(--full-screen-slider-space);
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--right li:before {
  left: inherit;
  right: 0;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--right li span {
  left: inherit;
  right: 25px;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--style-1 li:hover .afc-fullpage-slider__menu__count {
  opacity: 0;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--style-1 li:hover .afc-fullpage-slider__menu__anchor {
  opacity: 1;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--style-1 li.active span {
  color: var(--global--color-primary);
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--style-1 li.active span.afc-fullpage-slider__menu__count {
  opacity: 0 !important;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--style-1 li.active span.afc-fullpage-slider__menu__anchor {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--left {
    left: 0 !important;
  }
  .afc-fullpage-slider-wrapper .afc-fullpage-slider__menu.afc-fullpage-slider__menu--right {
    right: 0 !important;
  }
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials {
  top: 50%;
  left: var(--full-screen-slider-space);
  width: 16px;
  z-index: 9;
  font-size: 12px;
  text-align: center;
  position: fixed;
  padding-top: 15px;
  transform: translate(-50%, -50%);
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials p {
  width: 90px;
  height: 90px;
  color: inherit;
  display: block;
  font-size: 12px;
  overflow: hidden;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-90deg);
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials ul {
  display: block;
  list-style: none;
  padding: 3px 0 0;
  margin: 0 0 9px;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials ul li {
  display: block;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials ul li a {
  display: block;
  padding: 3px 0;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials svg {
  width: 12px;
  height: 12px;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials svg * {
  fill: transparent;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials .afc-fullpage-slider__socials__line {
  width: 1px;
  height: 45px;
  display: block;
  position: relative;
  margin: auto;
  background-color: var(--global--color-text);
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials--left {
  left: var(--full-screen-slider-space);
  right: inherit;
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__socials--right {
  left: inherit;
  right: var(--full-screen-slider-space);
}
@media (max-width: 992px) {
  .afc-fullpage-slider-wrapper .afc-fullpage-slider__socials {
    display: none;
  }
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__counter {
  right: var(--full-screen-slider-space);
  bottom: var(--full-screen-slider-space);
  color: var(--global--color-text);
  line-height: 1;
  z-index: 9;
  position: fixed;
}
@media (max-width: 992px) {
  .afc-fullpage-slider-wrapper .afc-fullpage-slider__counter {
    display: none;
  }
}
.afc-fullpage-slider-wrapper .afc-fullpage-slider__copyright {
  left: var(--full-screen-slider-space);
  bottom: var(--full-screen-slider-space);
  color: var(--global--color-text);
  z-index: 9;
  position: fixed;
  margin: 0;
}
@media (max-width: 992px) {
  .afc-fullpage-slider-wrapper .afc-fullpage-slider__copyright {
    display: none;
  }
}

/*------------------------------------
    Element: Fullpage Slider
------------------------------------*/
.afc-fullpage-slider {
  height: 100vh;
}
.afc-fullpage-slider .afc-fullpage-slider__section {
  max-width: 100%;
  overflow-x: hidden;
  background-color: var(--global--color-background);
  -ms-overflow-style: none;
}
.afc-fullpage-slider .afc-fullpage-slider__section .afc-fullpage-slider__section__wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.afc-fullpage-slider .afc-fullpage-slider__section .afc-fullpage-slider__section .afc-fullpage-slider__section__wrapper > .afc-fullpage-slider__section__content > .elementor > .elementor-section-wrap > .elementor-section > .elementor-container > div > div > .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.afc-fullpage-slider .afc-fullpage-slider__section.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}
.afc-fullpage-slider .afc-fullpage-slider__section::-webkit-scrollbar {
  display: none;
}

/*------------------------------------
    Theme Styles
------------------------------------*/
/**
 * Dark
 */
.afc-theme-dark .afc-header__logo__text,
.afc-theme-dark .afc-fullpage-slider__counter,
.afc-theme-dark .afc-fullpage-slider__copyright,
.afc-theme-dark .afc-fullpage-slider__socials,
.afc-theme-dark .afc-fullpage-slider__socials p {
  color: #fff !important;
}
.afc-theme-dark .afc-fullpage-slider__socials svg {
  fill: #fff !important;
}
.afc-theme-dark .afc-fullpage-slider__menu li:before {
  border-color: #fff !important;
}
.afc-theme-dark .afc-header .afc-menu-btn span,
.afc-theme-dark .afc-fullpage-slider__socials__line {
  background-color: #fff !important;
}
.afc-theme-dark .afc-header__logo__image--dark {
  display: none !important;
}
.afc-theme-dark .afc-header__logo__image--light {
  display: block !important;
}

/**
 * Light
 */
.afc-theme-light .afc-header__logo__text,
.afc-theme-light .afc-fullpage-slider__counter,
.afc-theme-light .afc-fullpage-slider__copyright,
.afc-theme-light .afc-fullpage-slider__socials,
.afc-theme-light .afc-fullpage-slider__socials p {
  color: #000 !important;
}
.afc-theme-light .afc-fullpage-slider__socials svg {
  fill: #000 !important;
}
.afc-theme-light .afc-fullpage-slider__menu li:before {
  border-color: #000 !important;
}
.afc-theme-light .afc-header .afc-menu-btn span,
.afc-theme-light .afc-fullpage-slider__socials__line {
  background-color: #000 !important;
}
.afc-theme-light .afc-header__logo__image--dark {
  display: block !important;
}
.afc-theme-light .afc-header__logo__image--light {
  display: none !important;
}

.elementor-widget-afracode-heading-title .afc-heading--style-1 .afc-heading__subtitle {
  padding-top: 20px;
  margin-bottom: 0;
}

.afc-heading__title {
  margin-bottom: 0 !important;
}

/*------------------------------------
    Element: Heading Animation
------------------------------------*/
.afc-heading-animation > span {
  float: left;
  line-height: 1;
  overflow: hidden;
}
.afc-heading-animation .afc-heading-animation__title {
  display: flex;
  justify-content: center;
}
.afc-heading-animation .afc-heading-animation__title .afc-heading-animation__prefix {
  margin-right: 9px;
}
.afc-heading-animation .afc-heading-animation__title .afc-heading-animation__suffix {
  margin-left: 9px;
}
.afc-heading-animation .afc-heading-animation__wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
  transition: width 0.15s;
}
.afc-heading-animation .afc-heading-animation__wrapper > span {
  left: 0;
  position: absolute;
  transition: opacity 150ms, all 450ms;
}
.afc-heading-animation .afc-heading-animation__wrapper > span.is-hidden {
  opacity: 0;
  transform: translate(-90px, 0);
}
.afc-heading-animation .afc-heading-animation__wrapper > span.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.afc-heading-animation .afc-heading-animation__wrapper:before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  background-color: yellow;
}

.afc-scrolling-progress-bar {
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 999;
  position: fixed;
  background-color: var(--global--color-primary);
}

.afc-page {
  overflow-x: hidden;
}
.afc-page.afc-page--error input[type=search] {
  height: 52px !important;
  padding-top: 3px !important;
  padding-left: 30px !important;
}
.afc-page.afc-page--error .afc-page--error__inner {
  max-width: 768px;
  padding-top: 120px;
  margin: auto;
}
.afc-page.afc-page--error .afc-page--error__inner p {
  color: var(--global--color-heading);
  margin-bottom: 30px;
}
.afc-page.afc-page--error .afc-page--error__inner .afc-page--error__404 {
  color: var(--global--color-primary);
  font-size: 90px;
  font-weight: 100;
  line-height: 1;
}
@media (min-width: 768px) {
  .afc-page.afc-page--error .afc-page--error__inner .afc-page--error__404 {
    font-size: 150px;
  }
}

.afc-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gallery .gallery-item {
  display: inline-block;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery .gallery-item .gallery-icon img {
  margin: auto;
}
.gallery .gallery-item .gallery-caption {
  padding: 12px 0 0;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 32px) / 3);
}

/*------------------------------------
    Component: Template
------------------------------------*/
.afc-template .afc-template__content {
  width: 100%;
  z-index: 100;
  position: relative;
}

.afc-template--style-1 {
  display: flex;
}
.afc-template--mag {
  display: flex;
  align-items: stretch;
}
.afc-template--mag__cover, .afc-template--mag__content {
  width: 50%;
  position: relative;
}
@media (max-width: 1300px) {
  .afc-template--mag__cover {
    width: 40%;
  }
  .afc-template--mag__content {
    width: 60%;
  }
}
.afc-template--mag__cover__inner {
  top: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  background: #000 no-repeat top center/cover;
}
.afc-template--mag__cover__inner:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0.69) 80%);
}
.afc-template--mag__cover__inner__entry {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 2;
  align-items: flex-end;
  position: absolute;
  padding: 50px;
}
.afc-template--mag__cover__inner__entry p {
  color: #999;
}
.afc-template--mag__cover__inner__entry h1,
.afc-template--mag__cover__inner__entry h2,
.afc-template--mag__cover__inner__entry h3 {
  color: #fff;
  margin-bottom: 12px;
}
.afc-template--mag__content {
  overflow-x: hidden;
}
.afc-template--mag__content__container {
  padding: 100px 10%;
}
@media (max-width: 992px) {
  .afc-template--mag {
    display: block;
  }
  .afc-template--mag__cover {
    width: 100% !important;
  }
  .afc-template--mag__cover__inner {
    position: relative;
  }
  .afc-template--mag__content {
    width: 100% !important;
  }
}
.afc-template--mag-1 {
  top: 0;
  left: 0;
  position: absolute;
}
.afc-template__header {
  position: relative;
}

/*------------------------------------
    Component: Header
------------------------------------*/
.afc-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  position: absolute;
}
.afc-header a {
  display: block;
}
.afc-header a, .afc-header a:hover {
  color: inherit;
}
.current-menu-item > .afc-header a {
  color: #fff !important;
}
.afc-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.afc-header ul li {
  line-height: 1.5;
  position: relative;
}
.afc-header.sticky {
  position: absolute;
}
.afc-header__navbar__links {
  font-size: 16px;
  font-weight: 600;
}
.afc-header__navbar__links ul li.current-menu-item > a {
  color: #fff !important;
}
.afc-header__navbar__links > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.afc-header__navbar__links > ul > li {
  white-space: nowrap;
}
.afc-header__navbar__links > ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
.afc-header__navbar__links > ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.afc-header__navbar__links > ul > li > .sub-menu {
  top: 100%;
  left: 0;
  width: 14em;
  color: #aaa;
  font-size: 14px;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0;
  position: absolute;
  background-color: #000;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, 10px);
  transition: all 0.25s;
  z-index: 9999;
}
.afc-header__navbar__links > ul > li > .sub-menu li a {
  padding: 9px 30px;
}
.afc-header__navbar__links > ul > li > .sub-menu li a:hover {
  color: #fff;
}
.afc-header__navbar__logo {
  font-size: 20px;
  font-weight: 900;
}
@media (min-width: 767px) {
  .afc-header .afc-header__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.afc-header--dark {
  color: #000;
}
.afc-header--dark svg {
  fill: #000;
}
.afc-header--light {
  color: #fff;
}
.afc-header--light svg {
  fill: #fff;
}

.afc-header--style-1 {
  --h: 100px;
}
.afc-header--style-1 .afc-header__navbar__inner {
  height: var(--h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.afc-header--style-1 .afc-header__navbar__logo {
  width: 290px;
}
.afc-header--style-1 .afc-header__navbar__logo .afc-button--toggle--menu {
  display: none;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .afc-header--style-1 .afc-header__navbar__logo {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .afc-header--style-1 .afc-header__navbar__logo .afc-button--toggle--menu {
    display: inline-block;
  }
}
.afc-header--style-1 .afc-header__navbar__links {
  width: 25px;
}
.afc-header--style-1 .afc-header__navbar__links > ul > li {
  line-height: 4.5em;
}

/*------------------------------------
    Component: Footer
------------------------------------*/
.afc-footer {
  width: 100%;
  min-height: 50px;
  color: #ccc;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  user-select: none;
  background: #000;
  padding-top: 30px;
  border-top: 1px solid var(--global--color-border);
}
.afc-footer a,
.afc-footer p {
  color: inherit;
  text-align: inherit;
  line-height: 1;
}
.afc-footer a:hover,
.afc-footer .current-menu-item a {
  color: var(--global--color-primary);
}
.afc-footer--dark {
  color: #aeaeae;
  border-color: #000;
  background-color: #000;
}
.afc-footer--light {
  color: var(--global--color-text);
  border-color: var(--global--color-border);
  background-color: #fff;
}
.afc-footer .afc-footer__menu {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  overflow: hidden;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 -10px 26px;
}
.afc-footer .afc-footer__menu > li {
  display: list-item;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.afc-footer .afc-footer__menu > li a {
  display: block;
  padding: 10px 0;
}
.afc-footer .afc-footer__copyright p {
  padding: 10px 0;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .afc-footer .afc-footer__menu {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .afc-footer .afc-footer__menu {
    text-align: center;
    justify-content: center !important;
  }
  .afc-footer .afc-footer__copyright {
    text-align: center;
    margin-bottom: 30px;
  }
}

/*------------------------------------
    Component: Wrapper
------------------------------------*/
.afc-wrapper {
  min-height: calc(100vh - 91px);
}
.afc-wrapper--mag__inner {
  display: flex;
  align-items: stretch;
}
.afc-wrapper--mag__cover, .afc-wrapper--mag__content {
  width: 50%;
  position: relative;
}
@media (max-width: 1300px) {
  .afc-wrapper--mag__cover {
    width: 40%;
  }
  .afc-wrapper--mag__content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .afc-wrapper--mag__inner {
    display: block;
  }
  .afc-wrapper--mag__cover {
    width: 100%;
  }
  .afc-wrapper--mag__cover__inner {
    position: relative !important;
  }
  .afc-wrapper--mag__content {
    width: 100%;
  }
}
.afc-wrapper--mag__cover {
  background: #000;
}
.afc-wrapper--mag__cover__inner {
  top: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  background: #000 no-repeat top center/cover;
}
.afc-wrapper--mag__cover__inner:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.69) 90%);
}
.afc-wrapper--mag__cover__inner__entry {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  display: flex;
  z-index: 2;
  align-items: flex-end;
  position: absolute;
  padding: 50px;
}
.afc-wrapper--mag__cover__inner__entry p {
  color: inherit !important;
  max-width: 345px;
  margin: 0;
}
.afc-wrapper--mag__cover__inner__entry h1,
.afc-wrapper--mag__cover__inner__entry h2,
.afc-wrapper--mag__cover__inner__entry h3 {
  color: inherit !important;
  margin-bottom: 12px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .afc-wrapper--mag__cover__inner__entry {
    padding: 30px 30px;
  }
}
@media (max-width: 768px) {
  .afc-wrapper--mag__cover__inner__entry {
    padding: 15px 30px;
  }
}
.afc-wrapper--mag__cover .afc-post-media__image {
  overflow: initial !important;
  position: initial !important;
}
.afc-wrapper--mag__cover .afc-post-media__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.afc-wrapper--mag__content {
  overflow-x: hidden;
}
.afc-wrapper--mag__content__container {
  padding: 100px 6%;
}
.afc-wrapper--mag__content__container > .afc-post-content {
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  .afc-wrapper--mag__content__container {
    padding: 30px 25px !important;
  }
}
@media (max-width: 992px) {
  .afc-wrapper--mag {
    display: block;
  }
  .afc-wrapper--mag__cover {
    width: 100% !important;
  }
  .afc-wrapper--mag__cover__inner {
    position: relative;
  }
  .afc-wrapper--mag__content {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .afc-single-post--magazine .afc-wrapper--mag__content__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*------------------------------------
    Component: Sidebar
------------------------------------*/
.afc-sidebar {
  padding-bottom: var(--baseline-el);
}
.afc-sidebar a {
  color: var(--global--color-text);
}
.afc-sidebar a:hover {
  color: var(--global--color-primary);
}

/*------------------------------------
    Component: Widget
------------------------------------*/
.afc-widget ol {
  list-style: decimal;
}
.afc-widget ol,
.afc-widget ul {
  padding-left: 15px;
}
.afc-widget ol li,
.afc-widget ul li {
  list-style-position: inside;
}
.afc-widget ol li:not(:last-child),
.afc-widget ul li:not(:last-child) {
  margin-bottom: 14px;
}
.afc-widget ol ol, .afc-widget ol ul,
.afc-widget ul ol,
.afc-widget ul ul {
  padding-top: 14px;
}
.afc-widget > ul, .afc-widget > ol, .afc-widget > nav > ul, .afc-widget > nav > ol {
  padding: 0 !important;
  margin: 0 !important;
}
.afc-widget ul {
  list-style: none;
}
.afc-widget ul > li {
  display: block;
  position: relative;
}
.afc-widget ul > li a {
  position: relative;
}

.afc-widget pre {
  margin: 0 !important;
}
.afc-widget .alignwide {
  margin-left: auto !important;
  margin-right: auto !important;
}
.afc-widget .wp-block-table {
  margin-bottom: 0 !important;
}
.afc-widget blockquote {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
  background-color: #f9f9f9;
}
.afc-widget .wp-block-pullquote {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.afc-widget .wp-block-pullquote p {
  font-size: 20px;
}

/*------------------------------------
    Component: Widget
------------------------------------*/
.afc-widget {
  width: 100%;
  color: var(--global--color-text);
  overflow: hidden;
  position: relative;
}
.afc-widget:not(:last-child) {
  margin-bottom: var(--baseline);
}
.afc-widget img {
  max-width: 100%;
}
.afc-widget select {
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.afc-widget .afc-widget__title {
  margin: 0 0 20px;
}
.afc-widget.widget_media_image img {
  width: 100%;
}

.afc-widget .wp-block-latest-comments__comment {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: var(--baseline-el);
}

/*------------------------------------
    Component: WordPress Widget
------------------------------------*/
.widget_rss a {
  font-weight: 600;
}
.widget_rss img {
  top: 5px;
  float: left;
  position: relative;
  margin-right: 15px;
  border: 0;
}
.widget_rss cite,
.widget_rss .rssSummary {
  display: block;
  padding-top: 12px;
  padding-left: 15px;
}
.widget_rss .rss-date {
  font-size: 14px;
}
.widget_rss .rsswidget {
  color: #454545;
}
.widget_rss .rssSummary {
  color: #666;
}
.widget_rss cite {
  font-size: 14px;
  padding-bottom: 6px;
}
.widget_rss cite:before {
  width: 10px;
  height: 1px;
  content: "";
  display: inline-block;
  margin-right: 6px;
  background-color: #ccc;
}

.widget_search .wp-block-search__label {
  position: absolute;
  z-index: 1;
  background: #fff;
  display: inline-block;
  width: initial;
  padding-right: 9px;
  padding-left: 9px;
  margin-top: 3px;
  margin-left: 9px;
  font-size: 16px;
  display: none !important;
}
.widget_search div {
  height: 39px;
  overflow: hidden;
  position: relative;
  background-color: var(--global--color-border);
}
.widget_search div form {
  top: 6px;
  position: relative;
}
.widget_search div input[type=text],
.widget_search div input[type=search] {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 39px;
  position: absolute;
  padding-left: var(--baseline-el);
  border: 1px solid #FBFBFB;
  background-color: #FBFBFB;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  margin: 0;
}
.widget_search div button,
.widget_search div input[type=submit],
.widget_search div .wp-block-search__button {
  right: 0;
  bottom: 0;
  height: 39px;
  color: var(--global--color-background);
  line-height: 1;
  font-size: 12px;
  position: absolute;
  padding: 0 var(--baseline-el);
  text-transform: uppercase;
  border-color: var(--global--color-border);
  background-color: var(--global--color-primary);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0;
}
.widget_search div button:hover,
.widget_search div input[type=submit]:hover,
.widget_search div .wp-block-search__button:hover {
  color: #fff;
  background-color: var(--global--color-primary-hover);
}
.widget_search div .screen-reader-text {
  top: 6px;
  left: var(--baseline-el);
  clip: inherit;
  width: inherit;
  height: 16px;
  font-size: 14px;
  line-height: 1;
  z-index: 1;
  position: absolute;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
  margin: 0;
}

.widget_archive select {
  margin-bottom: 0 !important;
}

.widget_calendar a {
  color: var(--global--color-primary);
}
.widget_calendar a:hover {
  color: var(--global--color-primary-hover);
}
.widget_calendar table {
  font-size: 14px;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.widget_calendar caption {
  text-align: center !important;
  caption-side: initial !important;
  padding-top: 0 !important;
}

.widget_tag_cloud a {
  float: none;
  display: inline-block;
  font-size: 12px !important;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 1px 6px 0;
  border-radius: 3px;
  padding: 10px 18px 9px;
  text-transform: none;
  background-color: var(--global--color-border);
  border: 1px solid var(--global--color-border);
  transition: all 0.3s;
}
.widget_tag_cloud a:hover {
  border-color: var(--global--color-light-gray);
}

.widget_recent_comments a {
  padding: 0 !important;
}
.widget_recent_comments a:before {
  display: none !important;
}
.widget_recent_comments a.url {
  color: var(--global--color-primary);
}
.widget_recent_comments a.url:hover {
  color: var(--global--color-primary);
}

.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.afc-widget {
  font-size: 16px;
}
.afc-widget:not(:last-child) {
  margin-bottom: 50px !important;
}

.afc-widget.widget_search div {
  height: 39px;
}

.afc-widget.widget_search .wp-block-search__label {
  position: relative;
  padding: 0;
  color: #000;
  background-color: transparent;
}

.afc-widget .afc-widget__title,
.afc-widget .afc-widget__title a,
.afc-widget .wp-block-search__label,
.afc-widget .wp-block-group .wp-block-group__inner-container > h2 {
  color: var(--global--color-heading) !important;
  padding: 0 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 25px !important;
}

.afc-col--sidebar:before {
  background-color: transparent !important;
}

/*------------------------------------
    Component: Sidenav
------------------------------------*/
.afc-sidenav .afc-sidenav__close-area {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background-color: #000;
}
.afc-sidenav .afc-sidenav__navigation {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1001;
  display: flex;
  position: fixed;
  overflow-y: auto;
  visibility: hidden;
  flex-direction: column;
  background-color: var(--global--color-heading);
  transform: translate3d(100%, 0, 0);
  transition: 450ms ease-in-out;
}
.afc-sidenav .afc-sidenav__navigation .afc-sidenav__navigation__header {
  height: 75px;
}
.afc-sidenav .afc-sidenav__navigation .afc-sidenav__navigation__header .afc-sidenav__navigation__header__button {
  top: 30px;
  right: 45px;
  width: 36px;
  height: 36px;
  position: absolute;
}
.afc-sidenav .afc-sidenav__navigation .afc-sidenav__navigation__header .afc-sidenav__navigation__header__button span, .afc-sidenav .afc-sidenav__navigation .afc-sidenav__navigation__header .afc-sidenav__navigation__header__button:before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.afc-sidenav .afc-sidenav__navigation .afc-sidenav__navigation__header .afc-sidenav__navigation__header__button span {
  transform: rotate(45deg);
}
.afc-sidenav .afc-sidenav__navigation .afc-sidenav__navigation__header .afc-sidenav__navigation__header__button:before {
  transform: rotate(-45deg);
}
.afc-sidenav .afc-sidenav__navigation ul {
  list-style: none;
  margin: 0;
}
.afc-sidenav .afc-sidenav__navigation ul ul {
  display: none;
  padding-left: 30px;
}
.afc-sidenav .afc-sidenav__navigation ul li {
  display: block;
  position: relative;
}
.afc-sidenav .afc-sidenav__navigation ul li a {
  font-size: 18px;
  position: relative;
  user-select: none;
  white-space: nowrap;
}
.afc-sidenav .afc-sidenav__navigation > ul {
  padding: 60px;
}
.afc-sidenav .afc-sidenav__navigation > ul > li {
  line-height: 45px;
}
.afc-sidenav .afc-sidenav__navigation > ul > li > a {
  display: block;
  padding-left: 45px;
}
.afc-sidenav .afc-sidenav__navigation > ul > li > a:before {
  top: 20px;
  left: 0;
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.afc-sidenav .afc-sidenav__navigation > ul > li > ul {
  margin-left: 30px;
  border-left: 1px solid #fff;
}
.afc-sidenav .afc-sidenav__navigation > ul > li > ul li {
  line-height: 36px;
}
.afc-sidenav .afc-sidenav__navigation > ul > li > ul li a {
  font-size: 90%;
}
.afc-sidenav .afc-sidenav__navigation > ul > li > ul > li > ul {
  margin-left: 30px;
  border-left: 1px solid #fff;
}
.afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children {
  cursor: pointer;
}
.afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children:after, .afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children:before {
  top: 22px;
  right: 0;
  width: 10px;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}
.afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children:after {
  transform: rotate(90deg);
}
.afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children:before {
  transform: rotate(0deg);
}
.afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children.active > ul {
  display: block;
}
.afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children.active:after {
  transform: rotate(45deg);
}
.afc-sidenav .afc-sidenav__navigation > ul > li.menu-item-has-children.active:before {
  transform: rotate(-45deg);
}
.afc-sidenav.left .afc-sidenav__navigation {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.afc-sidenav.right .afc-sidenav__navigation {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.afc-sidenav.active .afc-sidenav__navigation {
  right: 0;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.afc-sidenav.active .afc-sidenav__close-area {
  opacity: 0.6;
  visibility: visible;
}
@media only screen and (min-width: 576px) {
  .afc-sidenav .afc-sidenav__navigation {
    width: 25rem;
  }
}

@media (max-width: 768px) {
  .admin-bar .afc-sidenav__navigation__header__button {
    top: 75px !important;
  }
}
.afc-col--sidebar {
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .afc-col--sidebar {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .afc-col--sidebar:before {
    top: 15px;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: var(--global--color-border);
  }
}

.afc-fullscreen-menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 603;
  color: #fff;
  opacity: 0;
  line-height: 1.5;
  position: fixed;
  visibility: hidden;
  transition: all 0.45s;
}
.afc-fullscreen-menu p,
.afc-fullscreen-menu a,
.afc-fullscreen-menu a:hover {
  color: inherit;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__logo {
  display: flex;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__logo a,
.afc-fullscreen-menu div .afc-fullscreen-menu__logo a:hover {
  color: inherit;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn {
  top: 30px;
  left: 30px;
  width: 69px;
  height: 69px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn span,
.afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn span:before,
.afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn span:after {
  background-color: #fff !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn {
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  .afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn:before, .afc-fullscreen-menu div .afc-fullscreen-menu__logo .afc-close-btn:after {
    top: 25px !important;
  }
}
.afc-fullscreen-menu div .afc-fullscreen-menu__logo a {
  top: 30px;
  left: 30px;
  width: 69px;
  height: 69px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  color: #000;
  background-color: #fff;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__logo a:hover {
  color: #000;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__logo a span {
  display: block;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: 5px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .afc-fullscreen-menu div .afc-fullscreen-menu__logo a {
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  .afc-fullscreen-menu div .afc-fullscreen-menu__logo a {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .afc-fullscreen-menu div .afc-fullscreen-menu__logo a span {
    font-size: 24px;
  }
}
.afc-fullscreen-menu div .afc-fullscreen-menu__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__copyright {
  left: var(--full-screen-slider-space);
  bottom: var(--full-screen-slider-space);
  color: #fff;
  z-index: 3;
  position: absolute;
}
.afc-fullscreen-menu div .afc-fullscreen-menu__copyright p {
  color: inherit;
  margin: 0;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content {
  top: 50%;
  left: 50%;
  width: 390px;
  max-width: 90%;
  height: 50%;
  z-index: 6;
  overflow-y: auto;
  position: absolute;
  transform: translate(-50%, -50%);
}
.afc-fullscreen-menu .afc-fullscreen-menu__content ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content ul li {
  position: relative;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content ul li a {
  display: block;
  line-height: 1.5;
  padding-right: 100px;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content ul li:hover a:before {
  width: 100%;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul {
  font-size: 36px;
  font-weight: 700;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li {
  margin-bottom: 15px;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li ul.sub-menu {
  display: none;
  margin: 0 0 10px;
  padding: 15px 20px 10px;
  transition: all 0.3s;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li ul.sub-menu li a {
  font-size: var(--global--font-size-body);
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li ul.sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li ul.sub-menu.active {
  display: block;
  animation: fadeIn 0.45s;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li ul.sub-menu a:hover {
  color: var(--global--color-primary);
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li.menu-item-has-children:before, .afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li.menu-item-has-children:after {
  top: 24px;
  right: 24px;
  width: 9px;
  height: 2px;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li.menu-item-has-children:before {
  transform: rotate(-45deg);
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li.menu-item-has-children:after {
  right: 30px;
  transform: rotate(45deg);
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li.menu-item-has-children.active:before {
  transform: rotate(45deg);
}
.afc-fullscreen-menu .afc-fullscreen-menu__content > ul > li.menu-item-has-children.active:after {
  transform: rotate(-45deg);
}
.afc-fullscreen-menu .afc-fullscreen-menu__content::-webkit-scrollbar {
  width: 2px;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content::-webkit-scrollbar-track {
  background: #454545;
}
.afc-fullscreen-menu .afc-fullscreen-menu__content::-webkit-scrollbar-thumb {
  background: #ccc;
}
.afc-fullscreen-menu .afc-menu {
  opacity: 0;
  overflow: hidden;
  transform: translate(0, -180px);
}
.afc-fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
}
.afc-fullscreen-menu.active .afc-menu {
  opacity: 1;
  transform: translate(0, 0);
}

.afc-fullscreen-menu--style-3:before {
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  z-index: 1;
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: all 0.45s ease-in;
  background: #000;
  background: linear-gradient(15deg, #000 45%, #000 100%);
}
.afc-fullscreen-menu--style-3.active:before {
  top: 25%;
  left: 25%;
  width: 1000px;
  height: 1000px;
  transform: scale(4, 4);
}
@media (max-width: 992px) {
  .afc-fullscreen-menu--style-3 .afc-fullscreen-menu__content {
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    transform: translate(0, 0);
    padding: 0 30px;
  }
  .afc-fullscreen-menu--style-3 .afc-fullscreen-menu__content > ul {
    font-size: 18px !important;
  }
  .afc-fullscreen-menu--style-3 .afc-fullscreen-menu__content > ul ul.sub-menu a {
    font-size: 14px !important;
    font-weight: 300 !important;
  }
  .afc-fullscreen-menu--style-3 .afc-fullscreen-menu__content > ul > li.menu-item-has-children:before, .afc-fullscreen-menu--style-3 .afc-fullscreen-menu__content > ul > li.menu-item-has-children:after {
    top: 12px !important;
  }
  .afc-fullscreen-menu--style-3 .afc-fullscreen-menu__copyright {
    display: none;
  }
}

.afc-mag-cover {
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 1035px) {
  .afc-mag-cover > .elementor-widget-wrap {
    top: 0 !important;
    left: 0 !important;
    width: 50% !important;
    height: 100% !important;
    position: fixed !important;
    overflow: hidden !important;
  }
}
